Skip to content

Full Stack application build using Ruby on Rails for Back-end part. Front-end part build with React & Redux.

Notifications You must be signed in to change notification settings

pelzolga123/Travel-App

Repository files navigation

Travel App👋

travel-project

About the project

With the Travel App the following functions can be achieved:

  • Sign up, sign out, log in
  • Add new deals using the admin panel
  • Open each deal to see details

Built With

  • React
  • JavaScript (ES6)
  • CSS 3
  • Ruby on Rails

Future features

  • Users can send submission form to book a trip.
  • Users have a profile page.
  • All booked trips are displayed on a profile page.

Live Demo

Here is a link to the demo page

Getting Started

Clone the repository to your local machine

$ git clone https://github.com/pelzolga123/Bookstore.git

change directory into the directory

$ cd Travel-App

Install dependencies

$ npm install
$ bundle install

Next, create and migrate the database:

$ rails db:create
$ rails db:migrate

Start

$ rails s

If it doesn't open automatically, open http://localhost:3000 using your browser.

Testing project

  • run tests
rspec

Authors

👤 Olga pelts

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

  1. Fork it (https://github.com/pelzolga123/Travel-App/fork)
  2. Create your working branch (git checkout -b [choose-a-name])
  3. Commit your changes (git commit -am 'what this commit will fix/add')
  4. Push to the branch (git push origin feature/[feature-name])
  5. Create a new Pull Request

About

Full Stack application build using Ruby on Rails for Back-end part. Front-end part build with React & Redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages