Skip to content

This is E-commerce API project for providing basic Ecommerce functionalities to Frontend E-commerce application

Notifications You must be signed in to change notification settings

jaypowar00/ecommerce_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECom Django API

ECom Build CI API URL

How To Set Up Project Locally?

Create & Activate Virtualenv

python3 -m venv venv
source venv/bin/activate

Install Dependencies

pip install -r requirements.txt

Add Database Settings

Create following environment variables :

    DB_NAME = <database name here> (default: postgres)
    DB_HOST_URL = <database url here> (default: localhost)
    DB_PORT = <database port here> (default: 5432)
    DB_USERNAME = <database username here> (default: postgres)
    DB_PASSWORD = <database password here> (default: password)

Run Project

Do Migrations

python manage.py makemigrations
python manage.py migrate

Run Django server

python manage.py runserver

About

This is E-commerce API project for providing basic Ecommerce functionalities to Frontend E-commerce application

Topics

Resources

Stars

Watchers

Forks

Languages