- This is the MVP of the So Pekocko web application, a hot sauce company.
- You need to install Node and npm locally on your computer.
- Clone https://github.com/OpenClassrooms-Student-Center/dwj-projet6.git
- Run npm install
- Run npm start
- NodeJS JavaScript runtime environment
- Express Framework Node.js
- MongoDB database
- User password encrypted
- Transport and storage of PII secure.
- Authentication reinforced on the required routes
- Email addresses in the database are unique and an appropriate Mongoose plugin is used to ensure their uniqueness and report errors
- All sauce-related routes require an authenticated request (containing a valid token in its Authorization header: "Bearer ")