HiddenGems - GrapghQl API
Hidden gems - basically an updated version of a ToDo-list. Here you can add your favorite secret spots on the lovely Swedish island Gotland.
This was an assignment to build a graphQl API with Apolloserver & Express middleware. As I used express, I was able to add frontend as well.
Course: API-utveckling, FED22S, Medieinstitutet Sthlm.
Clone the project
git clone https://github.com/Ayngie/assignment-API-graphQL_express-HiddenGems.git
Go to the project directory
cd assignment-API-graphQL_express-HiddenGems
Install dependencies
npm install
Start the server
npm run dev