diff --git a/README.md b/README.md index 5c19a03..da6699c 100644 --- a/README.md +++ b/README.md @@ -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.