A place to see and post ideas in the style of reddit and twitter
- Authentication users
- Users can CRUD ideas
- Users can upvote/downvote ideas
- Users can bookmark ideas
- Users can comment on ideas
- Database - PostgreSQL
- Rest API - NestJS
- GraphQL API - Nest JS
- Rest Frontend - Angular with NGRX
- GraphQL Frontend - React (Native?) with Apollo Client
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Danila Zvyagin
- Website - https://zviagin.com/
Nest is MIT licensed.
Angular is MIT licensed.