Ideas APP API
A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
Description
Nest framework TypeScript starter repository.
A reddit/twitter style app to keep track of posted App Ideas. This is the companion source code for the YouTube tutorial Ideas App - NestJS API series.
User Stories - Project Timeline
- x Authenticate users
- x Users can CRUD ideas
- x Users can upvote/downvote ideas
- x Users can bookmark ideas
- x Users can comment on ideas
- x Ideas can be seen in realtime
Stack
- Database - PostgreSQL
- REST API - NestJS
- GraphQL API - NestJS
- Rest Frontend - Angular with NGRX
- GraphQL Frontend - React (Native?) with Apollo Client