Django based Web Application for Hypothetical Books
Make sure you have make installed.
Setting up/deploying with Docker: https://www.notion.so/Docker-dc44e0b9ae6e4e4396ae44f5c9522a44
To deploy the frontend locally: make front-local
To deploy the frontend to the remote dev environment: make front-remote
backend/hypothetical_books_backend/
directory.make back-local
to deploy backend server locally