Download and/or clone this repository as needed. Create a new Python environment and install the dependencies with
$ pip install -r requirements.txtRun the server on your local environment with
$ cd bikeley_server
$ python manage.py runserverThe server should now be running at http://127.0.0.1:8000/
Go to http://127.0.0.1:8000/admin to access the admin page. Instructions for navigating the admin page are here.
The Locations API should also be running at http://127.0.0.1:8000/admin. Accessing the site in your browser should give you a GUI to interact with the admin.
Alternatively, you can also use a tool such as Postman to access the server. The full API documentation is available here.
To view a demo of the front end website visit the google drive link here