Rails-API as backend
Angular as Frontend
JWT for authentication and authorization. JWT is stored in "httponly cookies" for security against XSS attacks instead of local storage.
- Rails Version: 5.2.2
- Ruby Version: 2.5.1
- Angular Version: 7.3.3
- DataBase: SQLite
How to start the server:
- Start Angular Server: cd into "myapp-frontend" directory and "ng s"
- Start Rails Server: cd into "myapp" directory "rails s"
Dont forget to do bundle install before starting with everything