FabienStervinou / fabienstervinou_12_07062022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SportSee

Prerequisites

NodeJs (version 12.22)
npm

Backend

  1. Clone this repo :
git clone https://github.com/OpenClassrooms-Student-Center/P9-front-end-dashboard
  1. Install dependencies :
npm install
  1. Run back-end (port 3000 by default) :
npm run start

Frontend

  1. Clone this repo :
git clone https://github.com/FabienStervinou/fabienstervinou_12_07062022.git
  1. Install dependencies :
npm install
  1. Run front-end (port 3001 by default) :
npm run start
  1. Two users are provided by the backend, you can access it through those URLs :
  1. For using API data :
npm run prod

About


Languages

Language:JavaScript 76.2%Language:SCSS 20.6%Language:HTML 3.2%Language:Shell 0.1%