A django based management system to handle the purchase and sale of commodities
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.
- Clone the repo
git clone https://github.com/string-eureka/ecom
- Install Relevent Packages
pip install -r Requirements.txt
- Connect to the database
Link it with your Postgresql database Create an .env file to store all secrets
- Migrations
python manage.py makemigrations python manage.py migrate
- Create Superuser
python manage.py createsuperuser
- You'll all set to use EurekaMart!