Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 378 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 378 Bytes

Mock a Server for random projects

Welcome to the mocked projects server

You can preview the builded server here.

How to use this repo

This repo is the starting point of our GraphQL server.

To get started:

  1. Run npm install.
  2. Run npm start.

This will start the GraphQL API server.

Getting Help