This is my first GitHub project and this is e-shop basic functional web application
I made this app using Django, React & PostgreSQL
Instruction to run dev server
- First, go to
settings.py
and changeDATABASES
setting to set your db - Also change
EMAIL_HOST_USER
for email messages - Run
pip install -r requirements.txt
to install dependencies cd frontend
and there runnpm i --save
- Run
npm run build
- Go back,
cd ..
- Collect static with command
manage.py collectstatic
- Make migrations
manage.py makemigrations
- Migrate to db
manage.py migrate
- Run server with
manage.py runserver
P.S. I'm not good designer. so design may be bad for you
I'll be glad to answer your questions