Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 579 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 579 Bytes

C2M2 Kathmandu Data Portal - Backend

Backend repository for C2M2 Kathmandu Data Portal based on Django framework.

Development Setup

  • 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