First , clone project and go to root file
npm install
npm start
Or for dev , use nodemon
npm run server
To run this project, you will need to add the following environment variables to your .env file. SECRET_KEY can random
DATABASE_URI = ?
PORT = ?
SECRET_KEY = ?
- We have 5 rules in project : Admin, Sales, Inventory, Expense, Service
- Admin can do all of things
- Sales, Inventory, Expense, Service only have permisson to access their page
Front-end: Ejs
Back-end: Node, Express
I'm a back-end developer...
Javascript, NodeJs, Express...