Skip to content

c2m2-asia/kathmandu-portal-api

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published