/band-manager-api

Playliter API

Primary LanguageTypeScriptMIT LicenseMIT

Playliter API

A band management app developed by @Mazurco066. Production publish URL: Playliter.

About

An API developed using NestJs and GraphQL to provide data to Playliter application.

Libraries and Structure

This app was developed using

  • NestJs - Nodejs backend framework
  • GraphQL - Graphql code first based API
  • MongoDB - Application database
  • SendGrid - Free mailer service
  • Apollo - Apollo server for graphql API's

Setup

Assuming you have yarn, run the following commands to install dependencies and run the App:

yarn install
yarn start:dev

Obs: Dont forget to copy the content of .env.example file to a new .env file before starting

License

This project is licensed under the MIT License. Check the LICENSE file for further details.