- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
A Sleep over App developed using React for Front-End and Ruby on Rails for Back-End.
This is part of the Forms Project in The Odin Project’s Ruby on Rails Curriculum. Find it at "http://www.theodinproject.com”. In which we are using devise to implement authentication
- Ruby on Rails (RoR)
BackEnd
Test
Database
- [Delploy on render] - Delploy on heroku
- [Improve security] - Improve security
- [ Add testes ] - Add testes
To get a local copy up and running, follow these steps.
- A web browser like Google Chrome.
- A code editor like Visual Studio Code with Git and Ruby.
You can check if Git is installed by running the following command in the terminal.
$ git --version
Likewise for Ruby installation.
$ ruby --version && irb
In the terminal, go to your file directory and run this command.
$ git clone https://github.com/melashu/hotel-room-reservation.git
$ gem install bundler
$ bundle install
$ rails db:create db:migrate
To install rspec, in the terminal kindly run this command
$ gem install rspec
To run tests, please run this command
$ rspec ./spec/#{filename}_spec.rb
To run the app you need to run this command in the terminal
$ rails s
To run the project, execute the following command:
` $ rails server`
To run tests, run the following command:
$ rspec
👤 Mo'athal S. Kachi
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- [Delploy on heroku] - Delploy on heroku
- [Improve security] - Improve security
- [ Add testes ] - Add testes
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give as a star! ⭐️
- Microverse
- Coding Partners
- Code Reviewers
-
[How I can run this project?]
- [After cloning repository, run rails server.]
This project is MIT licensed.