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
- 1.Run ds.bat
- 2.open http://localhost:8000 in browser
-
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
- 1.Run as.bat file
- 2.open http://localhost:4200 in browser