/first_rails_app

Primary LanguageRubyMIT LicenseMIT

First Rails Application

View Code Github Issues GitHub Pull Requests


Content

AboutBuilt WithSetupHow to StartAuthor

About

This project contains my first rails application. It was built to give me a basic understanding of how to build and set-up a new rails application.

🔧 Built with

  • Ruby 2.7.1
  • Rails 5.2.4.3

🛠 Setup

$ cd <folder>
$ git clone
$ cd first_rails_app
$ bundle install
$ rails db:migrate

📝 How to start

$ rails server
$ cd localhost:3000

✒️ Author

👤 Elijah Ayandokun

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

👍 Show your support

Give a ⭐️ if you like this project!

👏 Acknowledgements