Skip to content

TBI-KIET/TBI-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official TBI-KIET Website

Setup:

To run the project locally on your system:

  1. Fork the repository.

  2. Copy the URL of the Forked Repository.

  3. To clone the repository:

$ git clone https://github.com/devyanshiiii21/tbi-kiet-website/
  1. Change to the repository directory on your computer.
$ cd tbi-kiet-website
  1. Create a virtual environment.
$ python -m venv [name of the virtual env]
  1. Activate it.
$ source [name of the virtual env]/bin/activate
  1. Install the dependencies.
(env)$ pip install -r requirements.txt

Note: (env) in the beginning indicates that the terminal session now operates in the activated virtual environment.

  1. Setup the database
(env)$ python manage.py makemigrations
(env)$ python manage.py migrate
  1. Run development server.
(env)$ python manage.py runserver

Navigate to the url: 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