Projet 6 - Construisez une API sécurisée pour une application d'avis gastronomiques
OpenClassrooms - Web developper training
A new app for customer reviews of specialty hot sauces.
Use Node.js, Express, and MongoDB to build its NoSQL database.
Secure customer data by applying the OWASP web security standards.
- Given you have a running MongoDB
- Clone this repo and run
npm install
- Set the environment variables in an
.env
file following the example of the.env.template
file. - Run
npm run build
- Clone the frontend repository at https://github.com/OpenClassrooms-Student-Center/dwj-projet6
- Have it running following the instructions
- Open the app on
http://localhost:4200
This exercice is part of my training to become a web developper.
Please do send me comments or feedback!