Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruslanguns/flags-server
Taller colaborativo para la creación de un juego Flags Server
https://github.com/ruslanguns/flags-server
graphql nestjs prisma
Last synced: 7 days ago
JSON representation
Taller colaborativo para la creación de un juego Flags Server
- Host: GitHub
- URL: https://github.com/ruslanguns/flags-server
- Owner: ruslanguns
- Created: 2021-04-25T13:48:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:28:54.000Z (11 months ago)
- Last Synced: 2024-05-28T17:06:58.019Z (6 months ago)
- Topics: graphql, nestjs, prisma
- Language: TypeScript
- Homepage: https://flag-server.herokuapp.com/graphql
- Size: 200 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flags Server
## Description
This server is built in top of [Nest](https://github.com/nestjs/nest) framework.
## Installation
```bash
$ yarn
```## Database setup
```bash
$ yarn prisma:apply
```## Start Prisma Studio
```bash
$ yarn prisma studio
```## Running the app
```bash
# development
$ yarn start# watch mode
$ yarn start:dev# production mode
$ yarn start:prod
```## Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## Stay in touch
- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).