Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 714 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 714 Bytes

T-Web-700-5

To launch the backend in dev mode just do :

cd backend
npm install
DEBUG=backend:* npm start

Production :
- Front => https://t-web.epitech.castornaut.com/
- Backend => https://backend.t-web.epitech.castornaut.com/

Development :
- Front => https://develop.t-web.epitech.castornaut.com/
- Backend => https://backend.develop.t-web.epitech.castornaut.com/

Local:
- Front => localhost:4200
- Back => localhost:3000
For the local the front use the dev deploy backend\

To dev locally use :

$ docker-compose up --build -d

FRONTEND

For api calles use apiBaseUrl variable in environment.ts