Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 482 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 482 Bytes

Groupomania - Project 7 Openclassrooms Web Dev

Installation

git clone https://github.com/Corentin-Robac/CorentinRobac_7_04022022-.git Groupomania
cd Groupomania/front
npm install
cd ../back
mkdir images
npm install

Database

Contact me to get database. Use 3306 Port. Configure /back/config/config.json with your database ids.

.env file

Contact me to get .env file, then put it in /back

Load Front

npm run serve

Load Back

nodemon server