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

https://github.com/mpirescarvalho/typegraphql-dowhile

GraphQL api using TypeGraphQL
https://github.com/mpirescarvalho/typegraphql-dowhile

graphql mongodb mongoose nodejs typegraphql typescript

Last synced: 3 months ago
JSON representation

GraphQL api using TypeGraphQL

Awesome Lists containing this project

README

          

# Typegraphql (DOWHILE 2020)


GitHub language count
GitHub top language
GitHub stars
GitHub last commit

## 🔖  About

Graphql api made on workshop of **Do/While 2020** for study purposes

## 🚀 Tech

This project was made using:

- [TypeGraphQL](https://typegraphql.com/)
- [GraphQL](https://graphql.org/)
- [Mongoose](https://mongoosejs.com/)

## Building

You'll need [Node.js](https://nodejs.org) installed on your computer in order to build this app.

_Make sure to create a `.env` file following `.env.example` template_

```bash
$ git clone https://github.com/mpirescarvalho/typegraphql-dowhile.git
$ cd typegraphql-dowhile
$ npm install
$ npm run dev
```

Runs the app in the development mode.