2. Frontend
- Install dependencies in both back and front apps with
yarn install
- Populate database with
yarn populate-db
- Start backend server with
yarn start:back
- Start frontend with
yarn start:front
- Or start both with
yarn start
- Open API documentation
- Open Application