Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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