Skip to content

Minet-Kenya/minet-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minet Ecommerce

Minet Logo

Folders:

  • web: reactjs front end

cd web
npm start

  • api: django backend

cd api
Create .venv (virtual environment)
Install requirements
Add .env file (take a look at settings.py to know what to add)
python3 manage.py runserver