Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.11 KB

README.md

File metadata and controls

66 lines (44 loc) · 1.11 KB

App Ideas API

A place to see and post ideas in the style of reddit and twitter

User stories

  • Authentication users
  • Users can CRUD ideas
  • Users can upvote/downvote ideas
  • Users can bookmark ideas
  • Users can comment on ideas

Stack

  • Database - PostgreSQL
  • Rest API - NestJS
  • GraphQL API - Nest JS
  • Rest Frontend - Angular with NGRX
  • GraphQL Frontend - React (Native?) with Apollo Client

Rest API Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Support

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.

Stay in touch

License

Nest is MIT licensed.

Angular is MIT licensed.