Skip to content

razat249/issue_parser_backend

 
 

Repository files navigation

issue_parser_backend

Build Status

Backend api for issue parser app

Contributing

Follow below steps for building the project.

  • Install Python 2.7 and pip on your system.
  • Install virtualenv using cmd pip install virtualenv.
  • Clone this repo.
  • cd into the repo.
  • Create virtual env by running cmd virtualenv env.
  • run source env/bin/activate.
  • run pip install -r requirements.txt.
  • RELEX . . .
  • run python manage.py createsuperuser to create a login password for loging in to admin panel.
  • Now fire up a browser and go to http://localhost:8000/admin/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%