# README
Niom is a Nestjs inspired progressive Golang web framework for developing efficient and scalable server-side applications. Designed to ease things up for fast development
Description
Niom framework starter repository.
Features
- MVC based Scaffold generator
- Database migration handler
- File Watcher: rebuild on file content change
Installation
$ go install github.com/go-niom/niom@latest
#Get List commands
$ niom -h
Spin up your server
$ niom new appname
Running the app
# development mode
$ niom start:dev
# spin up
$ niom start
Documentations
Can be found here
Support
If you want to say thank you and/or support the active development of Niom
:
- Add a GitHub Star to the project.
- Tweet about the project on your Twitter.
Niom is an MIT-licensed open-source project.
How to Contribute
We truly ❤️ pull requests! If you wish to help.
Please read the contributing Guide
Stay in touch
- Author - Nirmal Mandal
- Website - https://go-niom.com
- Twitter - @niomframework
License
Niom is MIT licensed.