Sample API for Linkedin Redesign App.
Created with Node, Express and json-graphql-server.
To run this project locally, you'll need to have a basic environment to run an Node server application, that can be found here.
Cloning the repository
$ git clone https://github.com/claudiobonfati/linkedin-redesign-api.git
$ cd linkedin-redesign-api
Installing dependencies
$ npm install
All the sample data are stored in the db.js file. With all dependencies installed, you can now run the project:
$ npm run dev
This project is licensed under the MIT