https://github.com/ajsalemo/angularuniversalssr
A todo application using Angular Universal, Angular Material, Tailwind, Sequelize and Postgres along with Authentication.
https://github.com/ajsalemo/angularuniversalssr
angular angular-material angular-universal azure database date-fns javascript material node orm postgres postgresql scss sequelize spa ssr tailwind typescript
Last synced: 3 months ago
JSON representation
A todo application using Angular Universal, Angular Material, Tailwind, Sequelize and Postgres along with Authentication.
- Host: GitHub
- URL: https://github.com/ajsalemo/angularuniversalssr
- Owner: Ajsalemo
- Created: 2021-07-14T22:45:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T01:28:59.000Z (over 4 years ago)
- Last Synced: 2025-05-21T05:36:25.685Z (10 months ago)
- Topics: angular, angular-material, angular-universal, azure, database, date-fns, javascript, material, node, orm, postgres, postgresql, scss, sequelize, spa, ssr, tailwind, typescript
- Language: TypeScript
- Homepage:
- Size: 4.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularUniversalSSR
A To Do application using [Angular Universal](https://angular.io/guide/universal#:~:text=This%20guide%20describes%20Angular%20Universal%2C%20a%20technology%20that,pages%20that%20later%20get%20bootstrapped%20on%20the%20client.), [Angular Material](https://material.angular.io/), [Tailwind](https://tailwindcss.com/), [Sequelize](https://sequelize.org/) and [Azure Database for Postgres](https://docs.microsoft.com/en-us/azure/postgresql/overview) along with [Auth0](https://auth0.com/) for Authentication.
Some functionality includes:
- Mark a todo as important
- Mark a todo as completed
- Create or delete a todo
- Set a due date, with presets to 'today' or 'tomorrow' - including an option to manually set a date
- Choose from different Theme colors or images
- A suggestions pane for pending todos
- Functionality to filter todos based on importance, completed status or overall todos
This project can be ran containerized with Docker in a deployed environment or on your local machine. If cloning and running locally or deploying this - make sure to add the needed environment variables for this to run properly.


