Welcome in my P7 for Openclassrom.
This file will help you for initiate the project
Groupomania is a retail group and one of our best client (if not the best client)
They want an intern social network for improve communication among their employees They don't have any tech specification.
Click here for the specifications
For init the front part:
open a terminal and :point_down::point_down::point_down:
cd front
npm i
npm start
For init the back part:
open a terminal and :point_down::point_down::point_down:
cd back
npm i
node server.js
In App.js
If you want use the origins ('*') change the value line 35 and uncomment the line 40
If you want use my log file uncomment the line 45
For the .env files contact me here
In the project you will find a dump directory use it with the Mongo DB Command Tool 100 like this :point_down::point_down::point_down:
mongorestore --uri mongodb+srv://herve:<PASSWORD>@cluster0.iuqwlzh.mongodb.net
All information needed like the password is in the .env file for back-end.
Refer to the section ENV for the ENV files.