Skip to content

Rigellute/graphql-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL blog

Use node > 8 and npm > 5

Setup

  1. Clone the repo and cd to it.
  2. In one terminal tab cd client && npm install && npm run start.
  3. In another tab cd server && npm install && npm run start.

Todos

Back end

  1. Add create user mutation.
  2. Add authentication.
  3. Add real database.

Front end

  1. Add react router and route to individual blogs.
  2. Implement update of post.
    • Backend is set up to deal with create or update posts, but front end only currently handles create.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published