Skip to content

Iamglads/Groupomania

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

projet_7_Groupomania

git clone https://github.com/Iamglads/projet_7_Groupomania.git

Open Client

  • cd frontend
  • npm install
  • npm run serve
  • database
  • CREATE DATABASE database_groupomania;

backend add folder config/config.json

Run Server

  • cd backend
  • npm install
  • sequelize-cli db:migrate
  • npm start