Skip to content

mazenayef/Authentication-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Authentication-System

Authentication System backend

  1. Clone the repository with git clone https://github.com/mazenayef/Authentication-System
  2. Initialize venv with python -m venv .venv
  3. Activate venv with .venv/Scripts/activate
  4. Transfer requirments.txt and auth_project in your .venv
  5. Run pip install -r requirments.txt in your terminal to install the required packages for this project
  6. Go to 'auth_project' directory
  7. Run python manage.py makemigrations
  8. Run python manage.py migrate
  9. Run python manage.py runserver and you will be ready to go ❤

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages