Scaffolding tool for Nim Lang's Jester web framework that is brain dead easy to use
- Get your app ready in no time.
- MVC architecture (Models, Views, Routes)
- Prebundled with a Dockerfile.
- Prebundled with a .nimble file
- Integrate quickly with PostgreSQL via norm.
$ nimble install gen
- Create jester sample route files
- Automatically install commonly used modules
- Generate controllers
- Generate models
- Generate API
Still learning too, I would love any contribution and or suggestions which would make this project better. Feel free to fork this repo, create a pull request and it will be reviewed and merged!