Skip to content

mrsahabu/DjangoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published