Skip to content

muneebulrehman/Railicious

 
 

Repository files navigation

Railicious

Railicious is a recipe application where you can store your recipes and share your recipes publicly if you want. Users can register to add recipes and login to view their private recipes. Publicly available recipes can be accessed right from the home page without logging in.

screenshot

Built with

  • Ruby on Rails
  • PostgreSQL
  • Tailwind CSS
  • HTML5

Prerequisites

  • You need Ruby V3+, Rails V7+ and Postgresql installed on your machine.

Setup

  • Clone the Github Repository
  • Go to the Project Directory
  • Run bundle install
  • Create a .env file and copy the content from .env.example file. Assign the values to username and password according to your DB credentials.
  • If you are on windows, you might need to run rails tailwindcss:watch to precompile tailwindcss
  • If you are on linux, you need to run ./bin/dev

Usage

  • Run rails server to start the server and start the application.

Author

👤 Mostafa Ahangarha

👤 Muneeb Ul Rehman

Contributions

Contributions, issues, and feature requests are welcome!

Acknowledgments

  • Microverse

📝 License

This project is MIT licensed.

About

A Rails app for recipies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 71.5%
  • HTML 25.5%
  • JavaScript 1.5%
  • CSS 1.3%
  • Shell 0.2%