From The Odin Project's curriculum
Create an Inventory management app for an imaginary store.
git clone https://github.com/igorashs/inventory-application.git
cd inventory-application
npm install
npm run serverstart
touch .env
# check .env.example file
- Express (Node.js framework)
- @hapi/joi (data validator)
- mongoose (ODM)
- multer (for uploading files)
- pug (view engine)
- and more...
This project is licensed under the MIT License