An open API service indexing awesome lists of open source software.

https://github.com/cdrani/book-cms

Book CMS front end
https://github.com/cdrani/book-cms

apollo-client graphql react

Last synced: 2 months ago
JSON representation

Book CMS front end

Awesome Lists containing this project

README

          

# Book CMS

Live: [book-cms](https://book-cms.herokuapp.com)

Content Management CRUD System deployed live on Heroku where users can sign up,
signin/signout, add, edit, and delete books and keep track of their progress.

* User authentication and authorization implemented using JSON Web Token (JWT)
and localStorage
* Frontend built with React, React Router, Apollo-Client
* Backend build with Node, Express, GraphQL, Apollo-Server, and
SequelizeJS
* Deployed on Heroku

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.