Skip to content

TCP-Tech/mentorship-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mentorship backend

Mentorship backend repository

Setup Steps

  1. Create a virtualenv named venv in the existing repository by the command virtualenv venv --python=python3 this will use python3 as the default python version for the environment. Activate the virtual environment using source venv/bin/activate.

  2. Install the project requirements using the command pip3 install -r requirements.txt

  3. Run the Django server using python manage.py runserver

  4. If you are contributing to the repo, verify your changes by the Django Admin Panel.

  5. Deactivate the virtual environment venv with the command deactivate.

About

Mentorship backend repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages