Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/than-dev/nest-graphql
An API using NestJS framework, TypeORM to data modeling and GraphQL!
https://github.com/than-dev/nest-graphql
api backend development graphql nest nestjs nodejs typeorm
Last synced: 8 days ago
JSON representation
An API using NestJS framework, TypeORM to data modeling and GraphQL!
- Host: GitHub
- URL: https://github.com/than-dev/nest-graphql
- Owner: than-dev
- Created: 2021-08-27T12:49:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T14:57:52.000Z (over 3 years ago)
- Last Synced: 2024-12-11T18:30:13.662Z (2 months ago)
- Topics: api, backend, development, graphql, nest, nestjs, nodejs, typeorm
- Language: TypeScript
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest## Description
The project is an users and messages API, developed with NestJs, GraphQL and TypeORM, in it you can register users and create messages, delete messages, get users, messages and find all messages from an user! A message has one user, and a user has many messages!
Project has a file with all requirements and another with all GraphQL queries and mutations.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Built Using
+ NodeJS
+ SqLite
+ NestJS
+ TypeORM
+ GraphQL