Clone the repository:
$ git clone [email protected]:shravanjeevan/SEEKr.git
Navigate into the relevant directory:
$ cd SEEKr
Create and activate new Python virtual environment (optional):
$ virtualenv venv
$ source venv/bin/activate
Install dependencies:
$ pip install -r requirements.txt
$ cd backend
$ python manage.py runserver
$ cd frontend
$ npm start
Once each service has been started, navigate to these URLs to access them.
Service | URL |
---|---|
Django | http://localhost:8000 |
React | http://localhost:3000 |