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
- Host: GitHub
- URL: https://github.com/cdrani/book-cms
- Owner: cdrani
- Created: 2018-12-05T06:44:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T20:18:26.000Z (over 7 years ago)
- Last Synced: 2025-10-20T03:41:37.623Z (9 months ago)
- Topics: apollo-client, graphql, react
- Language: JavaScript
- Homepage: https://book-cms.herokuapp.com
- Size: 300 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.