-
Fork the repository.
-
Copy the URL of the Forked Repository.
-
To clone the repository:
$ git clone https://github.com/devyanshiiii21/tbi-kiet-website/
- Change to the repository directory on your computer.
$ cd tbi-kiet-website
- Create a virtual environment.
$ python -m venv [name of the virtual env]
- Activate it.
$ source [name of the virtual env]/bin/activate
- 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.
- Setup the database
(env)$ python manage.py makemigrations
(env)$ python manage.py migrate
- Run development server.
(env)$ python manage.py runserver