Backend repository for C2M2 Kathmandu Data Portal based on Django framework.
- Clone the repository:
[email protected]:c2m2-asia/kathmandu-portal-api.git
- Install virtual environment python package:
pip3 install virtualenv
- Create a virtual environment inside your repository:
$ virtualenv venv
- Activate the virtual environment:
$ source venv/bin/activate
- Install dependencies
$ pip install -r requirements.txt
- Run the development server
$ cd kathmandu_portal_api && python3 manage.py runserver