Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.13 KB

File metadata and controls

59 lines (40 loc) · 1.13 KB

BandMatch Server

Table of Contents

Project Link

The server is deployed on Heroku here.

Getting Started

Installation

git clone https://github.com/invkris/bandmatch-server.git
cd bandmatch-server
npm i

Data Set

To seed the data:

npm run seed

Launch the server

npm run start

Technologies Used

For this project we used the following technologies:

  • Apollo Server Express
  • GraphQL
  • MongoDB + Mongoose

End Points

View available queries and mutations here.

Contributors