Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelvin-mai/nest-ideas-api
REST API for app ideas built in nestjs
https://github.com/kelvin-mai/nest-ideas-api
graphql graphql-server nestjs rest-api typeorm
Last synced: 2 months ago
JSON representation
REST API for app ideas built in nestjs
- Host: GitHub
- URL: https://github.com/kelvin-mai/nest-ideas-api
- Owner: kelvin-mai
- Created: 2018-09-05T23:31:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:42:53.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T21:42:01.794Z (2 months ago)
- Topics: graphql, graphql-server, nestjs, rest-api, typeorm
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=NF9Xn4g5MJY&list=PLBeQxJQNprbiJm55q7nTAfhMmzIC8MWxc
- Size: 1.02 MB
- Stars: 520
- Watchers: 19
- Forks: 125
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nestjs - NestJS Ideas API - 使用 NestJS,PostgresQL 和 TypeORM 构 建的 REST 和 GraphQL 服务端的实现 (资源)
- awesome-nestjs - Nest Ideas API - An implementation of a REST and GraphQL server built with NestJS, PostgresQL and TypeORM. (Resources)
README
# Ideas APP API
[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
## Description
[Nest](https://github.com/nestjs/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](https://www.youtube.com/watch?v=NF9Xn4g5MJY&list=PLBeQxJQNprbiJm55q7nTAfhMmzIC8MWxc) 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