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
- Host: GitHub
- URL: https://github.com/mpirescarvalho/typegraphql-dowhile
- Owner: mpirescarvalho
- Created: 2020-12-15T16:31:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T16:31:38.000Z (over 5 years ago)
- Last Synced: 2025-10-11T18:17:39.366Z (9 months ago)
- Topics: graphql, mongodb, mongoose, nodejs, typegraphql, typescript
- Language: TypeScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typegraphql (DOWHILE 2020)
## 🔖 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.