Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 360 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 360 Bytes

Dentist app

Quick start

Backend

cd backend
npm i
npm run build
cp .env.example .env
npm run start:docker

Frontend

cd frontend
yarn install
yarn start

Open API documentation

Run the server inside docker for example and call the /doc route:

http://localhost:4000/doc