Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 674 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 674 Bytes

DjangoAppBackend

My os is ubuntu 18.0.4

install anaconda You can go to official site

install requirements.txt pip install -r requirements.txt

Go to the project directory and run python manage.py migrations then python manage.py runserver

You Backend server will host on 127.0.0.0:8000

Through postman you can make hit on api.

AngularAppFrontent

Install Node and angular CLI from official site.

Go to project directory and run on terminal ng serve --open

Your Angular serve will host on localhost:4200

Docker

you need to install Docker, and Docker-compose from offical sites.

As I wrap project in Docker, Respective commmands are in Docker-commands.