AdrianFerJ / v2go-api

V2go web app's repo contains client and server apps (django and angular), and infastructure setup for both apps, postgres, redis, and nginx using docker
0 stars 0 forks source link

Angular and restructuring #61

Closed niroigen closed 5 years ago

niroigen commented 5 years ago

I found this amazing tutorial and it seems to really be in fit with what we are trying to work on so I have decided to follow their structure. Here is the link

https://dragonprogrammer.com/dockerized-django-api-angular-tutorial/

And now using docker you can run the angular app as well! One less thing that isn't dockerized!

AdrianFerJ commented 5 years ago

One of the structure related changes I think we could adopt is having a single api.service.ts file, instead of the 3 different files (general, search, reservation). https://github.com/dnstanciu/drf-angular-docker-tutorial/blob/master/angular/angular-app/src/app/api.service.ts

niroigen commented 5 years ago

Closing this branch, because of our discussion