thozh / ideas-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Ideas App

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

User Stories

  • Authenticate users
  • Users can CRUD ideas
  • Users can upvote/downvote ideas
  • Users can bookmark ideas
  • Users can comment on ideas
  • Ideas can be seen in realtime

Stack

Database - PostgreSQL REST API - NestJS GraphQL API - NestJS

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run 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.

About


Languages

Language:TypeScript 95.0%Language:Dockerfile 5.0%