React Appointments App

This project is the front-end for a full-stack appointments app. The Django REST API code can be found here.

Start the project

yarn
yarn start

The Django API must be running on localhost port 8000 to be able to connect.