-
Notifications
You must be signed in to change notification settings - Fork 8
Practice App User Manual
bwqr edited this page May 25, 2019
·
3 revisions
This page consists manual of how to run application on your local computer.
- Install required packages by typing
pip install -r requirementes.txt
inside the application folder. - Create a file named
.env
. Copy the content from .env.example into new created file. Replace the necessary fields inside the.env
file with your credentials. - Let the application run in the background
python manage.py runserver
.
- Install the node modules by typing
npm install
. - Let the application run and serve files
npm run start
. - Open
localhost:4200
on your fav browser.
In order to run application fully functional, you have to run django app at port 8080
by typing inside the django app python manage.py runserver 8080
.
- Baran Deniz Korkmaz
- Barış Ege Sevgili
- Burak İkan Yıldız
- Burak Yüksel
- Fatih Mustafa Kurt
- Enes Turan Özcan
- Mustafa Alparslan
- Irmak Güzey
- Sadullah Gültekin
- Project Description
- Project Requirements
- User Stories
- Mockups & Scenarios
- Diagrams
- Customer Q/A
- Project Plan 352
- Project Plan 451
- Meeting Notes #1
- Meeting Notes #2
- Meeting Notes #3
- Meeting Notes #4
- Meeting Notes #5
- Meeting Notes #6
- Meeting Notes #7
- Meeting Notes #8
- Meeting Notes #9
- Meeting Notes #10
- Meeting Notes #11
- Meeting Notes #12
- Meeting Notes #13 - Frontend
- Meeting Notes #13 - Android
- Meeting Notes #13 - Backend
- Meeting Notes #14 - Frontend
- Meeting Notes #14 - Android
- Meeting Notes #14 - Backend
- Meeting Notes #15 - Frontend
- Meeting Notes #15 - Android
- Meeting Notes #15 - Backend