It provides HTML, CSS and static files for Web Application.
- Navigate to Capstone_39 via command prompt.
git clone https://github.com/MojoJojo6/UserService.git
git clone https://github.com/MojoJojo6/CourseService.git
git clone https://github.com/MojoJojo6/ForumDiscussion.git
git clone https://github.com/MojoJojo6/UI-Service.git
python -m pip install django
python -m pip install djangorestframework
python -m pip install django-channels
python -m pip install django-cors-headers
if pip error: https://stackoverflow.com/questions/41501636/how-to-install-pip3-on-windows
python UserService\manage.py makemigrations
python UserService\manage.py migrate
python CourseService\manage.py makemigrations
python CourseService\manage.py migrate
python ForumDiscussion\manage.py makemigrations
python ForumDiscussion\manage.py migrate
python UI-Service\UI\manage.py makemigrations
python UI-Service\UI\manage.py migrate
Open 4 cmd prompts and navigate to Capstone_39.
python UserService\manage.py runserver 8000
python CourseService\manage.py runserver 8001
python ForumDiscussion\manage.py runserver 8002
python UI-Service\UI\manage.py runserver 8003
- Open your browser (Google Chrome preferable)
- Browse: http://127.0.0.1:8003/