This simple web application is part of my OpenGenus internship where I was required to do a tutorial on Basic ruby on rails web app. It has a single static web page which demonstrates the basics of creating a Rails app.
- Major languages: Ruby, HTML, CSS
- Frameworks: Ruby on Rails
To get a local copy up and running follow these simple example steps.
- Ruby
- SQLite3
- Node
To get a local copy up and running; clone this repository on your desired folder.
git clone https://github.com/kessio/basic-app.git
Install dependencies
bundle install
To run this project run
rails server
👤 Author
- GitHub: @kessio
- Twitter: @kessio_sharon
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- OpenGenus for giving me this project idea for my internship
This project is MIT licensed.