- An API only app built with Rails for the comics-list-webapp. This API should be able to manage users, and save their favorites comics, shows, series, etc...
Run the following commands:
git clone [email protected]:jssol/comics-list-api.git
cd comics-list-api
bundle install
rails db:create
rails db:migrate
rails s
Open a browser and go to: https://localhost:3001
to view the backend app.
cd BookRacers
run rspec
👤 Jonathan Sivahera
- GitHub: @jssol
- Twitter: @jsivahera
- LinkedIn: jsivahera
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page and
Give a ⭐️ if you like this project!
This project is MIT licensed.