My final project at Microverse. This is just the Back-END. The Front-end is available at https://github.com/maelfosso/repap.git
This project aims to show whether or not I master all the courses learn.
This web application is just the front-end built using ReactJS/React-Router-DOM. It helps you to manage your favorite hotels from the some fetch on Google Map through Google Places API. You could find the Jupyter notebook containing the Python scripts fetching the hotels https://colab.research.google.com/drive/1X68I8KmG5i_kDdwP8EWeBZb1X1pIEE1b?usp=sharing&authuser=0
You can access to the web application https://mv-final-repap-api.herokuapp.com
- Git
- Ruby
- Ruby on Rails
- SQLite
- PostgreSQL
- JWT
- NodeJS
- NPM/YARN
- git clone
https://github.com/maelfosso/repap-api.git
- bundle install
- rails db:setup
- rails db:seed
- Run
rails server -p 4000
To run the tests, use bundle exec rspec
Be sure you run the Front-end part and that it is available at http://localhost:3000
- Registration
- Login
- Logout
- Get all the hotels
- See the details of a hotel
- Favorite ou Unfavorite a hotel
- Get all my favorite hotel
- Add an hotel with photos
Mael FOSSO
Distributed under the MIT Licence