Skip to content

A django based management system to handle the purchase and sale of commodities

Notifications You must be signed in to change notification settings

string-eureka/ecom

Repository files navigation

ecom

A django based management system to handle the purchase and sale of commodities

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation on Localhost

  1. Clone the repo
    git clone https://github.com/string-eureka/ecom
  2. Install Relevent Packages
    pip install -r Requirements.txt 
  3. Connect to the database
    Link it with your Postgresql database
    Create an .env file to store all secrets
  4. Migrations
    python manage.py makemigrations
    python manage.py migrate
  5. Create Superuser
    python manage.py createsuperuser
  6. You'll all set to use EurekaMart!

About

A django based management system to handle the purchase and sale of commodities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published