- NodeJs
- MongoDB
- ReactJs
Detail in
requirement.txt
file
Example input file inexample.xlsx
file
- Install MongoDB Community Edition
- Clone project from github
- open
CMD
and cd to project - run
npm install
to install requirement package - config in
.env
file: Database name, Collection name, .... - run
node server.js
to start server
You should install
pm2
package to start server instead of usingnode
command
If you usingpm2
package, please usepm2 start ecosystem.config.js
to start server