Steps to build the container:
-
- Make sure you are in the project's root directory
-
- Run the command
docker compose build
- Run the command
-
- Run the command
docker compose up
- Run the command
Our backend API endpoints are found within the server directory
- The routes sub-directory holds our different routes:
- The users.js file holds all of our user-related endpoints.
- The prompts.js filed holds our prompt-related endpoints.