- Backend
- The code for the Go backend that serves the frontend and handles the API requests.
- Also handles the connections to the database and external APIs.
- Frontend
- The code for the React frontend that is served by the backend.
- Install Node.js
- Run Necessary Commands
- Change into the frontend directory
- In the terminal, run the following command to install the necessary dependencies: npm install.
- To start the application, run the following command: npm run dev.