Skip to content

bharish1997/Djangular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJANGULAR

(django+Angular)

About:

Rail Application is a web application which works like tickets reservation system for railways. This is a micro service architecture based web application where the uses angular as client-side and django as server side and postgresql as database

Step to run server-side(django)

(For first time)

  • 1.Install packages mentioned in requirements.txt

  • 2.change database username and password in settings.py file

  • 3.Then run ds.bat file and break it to do migrations

  • 4.For migration:

    • i. python manage.py makemigrations and Enter
    • ii. python manage.py migrate and Enter
    • Now all the tables are created in postgres
  • 5.Type python manage.py runserver and Enter

  • 6.open http://localhost:8000 in browser

Steps to run client-side(angular)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published