Skip to content

Marvidik/AnalysisServerSide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce Analytics Dashboard Backend

This repository is for The server side of the ecommerce dashboard It has Endpoints to

Get the current data data

Post new data

Update the current days data

Get any days data

Installation andn running

Clone the Repository:

git clone [repository URL]

Install Dependencies: Navigate to the project directory and run:

pip install -r requirements.txt

This will install all necessary Python libraries as listed in requirements.txt.

Migrations

python manage.py makemigrations
python manage.py migrate

The above two lines of codes should run for any  change made in the models.py

Running

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages