https://github.com/austinoboyle/geosite_challenge
https://github.com/austinoboyle/geosite_challenge
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/austinoboyle/geosite_challenge
- Owner: austinoboyle
- Created: 2019-10-28T07:03:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T22:36:11.000Z (over 3 years ago)
- Last Synced: 2025-01-30T21:32:46.861Z (8 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geosite Backend Challenge
## Setup
1. `git clone https://github.com/austinoboyle/geosite_challenge.git`
2. cd geosite_challenge
3. create and run a new virtualenv
4. `pip install -r requirements.txt`
5. `python manage.py runserver`
6. Navigate to localhost:8000 to explore the API