Skip to content

Commit

Permalink
Minor edits in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkatsios committed Jan 23, 2024
1 parent 7899f95 commit f5f433b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ A Django REST API project for serving the odds and event data endpoints. Respons
### Backend quickstart
For a quickstart guide on how to run the backend, see the correspondinng [README](backend/README.md)

### Frontend
### ```/frontend```
A sample Vue.js frontend for displaying the odds and arbitrage opportunities. Currently under development, added for building purposes.

### Frontend quickstart
For a quickstart guide on how to run the frontend, see the correspondinng [README](frontend/README.md)

### Database
A MySQL database for storing the odds, url and event data. All sql scripts for creating the schema and adding the initial data are located in the ```/db/sql``` folder.

Expand Down

0 comments on commit f5f433b

Please sign in to comment.