Inventory Keeper is a platform to manage the sales and purchase of goods with graphical analysis, and complete activity log.
- Backend: Node.js
- Frontend: Embedded Javascript(.ejs), Bootstrap, MDBootstrap
- Database: MongoDB
Use the package manager npm to install the required packages
npm install
- Create a new file .env and copy the content of sample-env.txt to it.
- Add any random string in SECRET
- Add database URI in MONGO_URI for example: mongodb://localhost:27017/<db_name>
With your current directory set to the project directory in the terminal, run:
npm start
Your server is now listening at localhost:3000