1.0.0 • Published 1 year ago

nodejs-express-structure-folders-files v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

starter-project-nodejs-express-mongodb

Build starter project nodejs express mongodb with Auth, Filter, Limit, Search, Sort, Pagination - Backend NodeJS

In the project directory, you can:

###2. install all packages using in backend server side for this project

npm install

###2. if you need last version for packages using in backend server side for this project, remove node_modules & package.json files then install these packages

npm install bcryptjs colors dotenv env-cmd express express-validator jsonwebtoken mongoose morgan cors

###3. create connection database mongodb and create config.env file to complete connection

###4. then run backend 'server' side for this project

npm run start:dev