Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 269 Bytes

File metadata and controls

15 lines (9 loc) · 269 Bytes

Restaurant API: Basics

How to use this repo

There is 1 main folder:

  • server: The starting point of our GraphQL server.

To get started:

  1. Navigate to the server folder.
  2. Run yarn install.
  3. Run yarn start.

This will start the GraphQL API server.