Skip to content

Lucioric2000/nod-backend

 
 

Repository files navigation

  • NOD Backend

Installation

  1. Clone the repository:

    git clone  [email protected]:eliataylor/nod-backend.git nod_backend
    cd nod_backend
    python3.9 -m venv .venv
    source .venv/bin/activate  # On Windows use `env\Scripts\activate`
    pip install -r requirements.txt
  2. Apply migrations:

    python manage.py migrate
    python manage.py migrate --run-syncdb
    python manage.py makemigrations
  3. Create a superuser:

    python manage.py createsuperuser
  4. Run the development server:

    python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.7%
  • Shell 36.7%
  • HTML 10.7%
  • Dockerfile 0.9%