this is backend for my capstone project, this will allow visitors to reach me and it contain both APIs endpoint that will allow CRUD operations
-Package manage: NPM -Environment: Nodejs -Database: mongobd -Documentation: swagger documentation -Test: mocha testing
-postman you need the following to be able to run the application Node as javascript runtime environment Postmon for testing API endpoints VS code for editing and running the app MongoDB for Database
from your computer, open terminal -Clone project Run git clone https://github.com/Evaristekanova/my-brand-backend to clone the repository -Run npm install in your terminal -Do npm run dev to start the server -Do npm run test to run test and see coveragepercentage
Evariste