Clone the repository:
$ git clone git@github.com:shravanjeevan/SEEKr.gitNavigate into the relevant directory:
$ cd SEEKrCreate and activate new Python virtual environment (optional):
$ virtualenv venv
$ source venv/bin/activateInstall dependencies:
$ pip install -r requirements.txt$ cd backend
$ python manage.py runserver$ cd frontend
$ npm startOnce each service has been started, navigate to these URLs to access them.
| Service | URL |
|---|---|
| Django | http://localhost:8000 |
| React | http://localhost:3000 |