/scoach

🏋🏻‍♂️Web app for coachs and customers

Primary LanguageTypeScript

Scoach


Web app for coachs and customers. Track your weight evolution and get courses.
Build with NestJS, React and Tailwind.


Prerequisite

  • Node (>= 10.15.2)
  • Yarn
  • MySQL (5.7)

Installation

$ git clone https://github.com/ohanqo/scoach

Create a database named scoach

Load data in the database from the sql dump

Install api dependencies

$ cd api && yarn

Start the api

$ yarn start:dev

Install front dependencies

$ cd front && yarn

Start the front

$ yarn start

You can find API documentation at the following URL:

http://localhost:3000/api/v1/documentation


You can connect as customer using following credentials:
email: customer@gmail.com, password: password

You can connect as coach using following credentials:
email: coach@gmail.com, password: password