- A Node.js RESTful API platform for managing users, products, and orders, featuring Swagger documentation and unit testing.
- License: MIT
Planty of Food (POF) is a company that aims to make plant-based food more accessible.
Client: Javascript, Swagger.
Server: Nodejs, Express.
Database: MongoDB, Mongoose.
UnitTest: Chai, Chai-HTTP, Mocha, Sinon and Nyc for test coverage.
- API DOCUMENTATION
- TESTING
git@github.com:Isacco-B/Start2Impact_Progetto_Nodejs.git
NODE_ENV=development
DB_HOST=mongodb://localhost:27017/dev_db
NODE_ENV=test
DB_HOST=mongodb://localhost:27017/test_db
npm install
npm run startDev
http://localhost:3000/api-docs/
npm run test