Open Issues Need Help
View All on GitHub refactor: Move API URLs to Environment Variables about 2 hours ago
AI Summary: This issue addresses a production deployment problem where frontend API calls are using hardcoded URLs, such as `localhost:5000`. The goal is to refactor all API calls within `frontend/src/services` to utilize the `process.env.REACT_APP_API_URL` environment variable instead. Additionally, the README file needs to be updated with an example of how to configure the `.env` file.
Complexity:
2/5
good first issue refactor
docs: Update README with setup instructions about 2 hours ago
AI Summary: This issue proposes updating the project's README file to include comprehensive setup instructions. It specifically aims to add details for database migration and seeding, which are currently missing. The tasks involve adding a 'Prerequisites' section and commands for running Prisma migrations and seeding the database.
Complexity:
1/5
documentation good first issue