Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).