Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mtranggit/news-flash-api

 
 

Repository files navigation

News Flash API

This is the graphQL api for my Egghead course for building an offline capable news app with React Native and urql.

Note: this api is built for educational purposes, and is not suitable for production use: for the sake of simplicity, the bookmarks data is read and written to the file system in data.json.

Developer setup

To run this api locally, first clone the repo, then install the dependencies using your favourite package manager:

yarn
# or
npm install

Then run the api loally with

yarn start
# or
npm start

This will start the api at http://localhost:3000/graphql.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%