Skip to content

Shamsullo/mini-eshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-eshop

This is the test asignment given by Sunrise Studio Pro (www.sunrisestudio.pro) for a Django Backend Engineer position.

Find the live-demo of the project: https://mini-estore.herokuapp.com/

Superuser cridentials for testing:

Username: Shmas
Password: 1234

All the requirements which were give can are in the 'mini_shop_v1'. In the'mini_shop_v2' I started building this assigment with RESP API, so as it is just started you can ignore it for now.

After cloning the project from Github, can follow these step to run the project in your computer locally.

  1. create a vitual environment, probably by:
pip vitrualenv name_your_env
  1. activate it in the folder wher you name_your_env located in windows with bash:
# Windows command:
source ./name_your_env/Scripts/activate

#bash command:
source ./name_your_env/bin/activate
  1. then you need to install all the packages which is inside requirements.txt to your virtual environment. Make sure you are in the folder where requirements.txt saved
pip install -r requirements.txt
  1. after that go and locate you manage.py file in the local server and run this command:
python manage.py runserver
  1. now, go to you browser and enter localhost in the search field

Please contact me if any clarification is needed

Email: ismatov_s@auca.kg,
Phone number: +996 555 126012 (WhatsApp, Telegram)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published