LGmedia954 / traveler-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traveler App - Front End

CSS Styling to follow --

FIS React Redux Series 1-12. Full CRUD functionality using a Rails API backend and React/Redux front end, with full Redux ownership of the app's state.

Note: react-router-dom@5.3.0

Backend Repository: https://github.com/LGmedia954/traveler-backend

How To Use This Application

To use this app, clone the Front End repository and run npm install to install Node dependencies. Then run npm start.

Clone the Back End repository and run bundle install to install necessary gems. Run rake db:migrate and rake db:seed to populate the database.

Run rake start to launch the client and API servers. Navigate to http://localhost:3001 to view the React app.

For trip Start and End dates, please use the following date format: YYYY-MM-DD

About

License:MIT License


Languages

Language:JavaScript 89.1%Language:HTML 6.5%Language:CSS 4.4%