@kiamcoo/bootstrap-backend
v1.1.2
Published
CLI to initialize backend projects
Downloads
28
Readme
Bootstrap-backend
ClI to initialize backend projects
How to
1.) make sure that you have the latest version of npm npm install npm@latest -g
2.) execute npx bootstrap-back-end
or npx @kiamcoo/bootstrap-backend
.
(note:this will fail if you have a previous version of this package installed globallyso make sure to update)
3.) npm install
and npm update
to update and install all dependencies
Template
-the template includes authentication routes with register and login. It also has a premade user database and model
Notes
- works on macs, and windows users usin wsl.