Skip to content

Pratham2301/o1analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Coderun-backend

How to setup?

The first thing to do is to clone the repository:

$ https://github.com/kabirdutt0907/o1analysis.git

Create a virtual environment to install dependencies in and activate it:

$ virtualenv venv
$ venv\Scripts\activate

Then install the dependencies:

(venv)$ cd apti_backend
(venv)$ pip install -r requirements.txt

Note the (venv) in front of the prompt. This indicates that this terminal session operates in a virtual environment.

Once pip has finished downloading the dependencies:

(venv)$ python manage.py runserver

And navigate to http://127.0.0.1:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Procfile 0.1%