🦜 An app to help your students stay motivated to practice their craft and track their progress, set new goals and work towards achieving them!
This application uses Docker to run its various components. In order to spin up this application locally:
- Clone the repository:
git clone https://github.com/sdevalapurkar/parakeet.git
. - From the root directory of the project, run:
docker-compose up -d
. - Go to
localhost:3000
and the application should be running ready to be used :)