Skip to content

shop2008/littleLemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Little Lemon

Welcome to the Little Lemon project! This is a Django-based web application.

Requirements

  • Python 3.x
  • Django 3.x or higher

Installation

  1. Create and Activate a Virtual Environment:

    python3 -m venv venv
    source venv/bin/activate   # macOS/Linux
    venv\Scripts\activate      # Windows
  2. Install Dependencies:

    python3 -m pip install -r requirements.txt
  3. Apply Migrations:

    python3 manage.py migrate
  4. Create a Superuser (Optional):

    python3 manage.py createsuperuser

Running the Application

To start the development server, run:

python3 manage.py runserver

The application will be accessible at http://127.0.0.1:8000/.

About

This is a Django-based web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published