This is a BookStore CRUD App build on Rails API and React. It has a fully functional website that shows the list of Books and enable user to interact with them by adding , updating and deleting. The fontend is build with React to GET, POST , PATCH and DELETE data from Rails API.
To get a clone of the project, run `git clone https://github.com/white3d/React-Rails-API-BookStore.git`
cd /React-Rails-API-BookStore
bundle install
rails server
cd /React-Rails-API-BookStore
cd /frontend
npm install
npm start
- GitHub: @whit3d
- Twitter: @odhiambo_ed
- LinkedIn: Edward Odhiambo
- Portfolio: Edward Odhiambo
Contributions, issues, and feature requests are welcome!!!
Feel free to check the issues page
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
This project is MIT licensed.