Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConnectLinkAPI

Follow below steps to setup the project

Open your favorite Terminal and run these commands.

First open the directry where you want to clone the project

cd "path/to/your/dierectry"
  1. Clone the Repository and go to the Repository
git clone <repository_url>
cd <repository_name>
  1. Create and Activate a Virtual Environment
# Create a virtual environment
python -m venv env

# Activate the virtual environment
# On Windows
env\Scripts\activate

# On macOS and Linux
source env/bin/activate
  1. Install Project Dependencies
pip install -r requirements.txt
  1. Create Migrations
python manage.py makemigrations
  1. Apply Migrations
python manage.py migrate
  1. Create a superuser
python manage.py createsuperuser
  1. Start the Development Server
python manage.py runserver

Note: keep the server on to test in local.

  1. Check on the browser.
127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages