Skip to content

imilqar/ndrf-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Next.js Django REST Framework E-Commerce Application

admin-categories admin-products
Admin Categories Admin Products
index shop
Index Shop
product
Product details

Activate Virtual Environment (venv)

  1. Open your terminal and navigate to the project server directory.
  2. Activate the virtual environment:
    • For Windows:
      venv\Scripts\activate
      
    • For Linux or MacOS:
      source venv/bin/activate
      

Installing Required Dependencies

  1. Open a terminal with the virtual environment activated.
  2. Install the dependencies listed in requirements.txt:
    pip install -r requirements.txt
    

Running the Project

  1. Open a terminal with the virtual environment activated.
  2. Make migrations for your Django models:
    python manage.py makemigrations
    
  3. Apply migrations to your database:
    python manage.py migrate
    
  4. Create a superuser for the Django admin:
    python manage.py createsuperuser
    
  5. Start the Django server with the following command:
    python manage.py runserver
    

Contributions

  • Feel free to contribute to the project or report any issues by opening an issue or sending a pull request.

License

This project is licensed under the MIT License. For more information, read the license file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published