Projet M1 MIAGE 22-23 (back+front)
Please see /front and /back for the respective READMEs.
cd ~
git clone https://github.com/raversa001/Angular.git
cd Angular
sudo mysql -u root
CREATE DATABASE IF NOT EXISTS Angular;
USE Angular;
source angular.sql;
cd Angular
cd front
npm i
npm start
cd Angular
cd back
npm i
npm start
Make sure to keep both terminals open at all time.