fed1k / Recipe-App

Rwecipe-App 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.

Home Page:https://my-old-recipe-app.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe App

Rwecipe-App 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.

Built with:

  • Ruby on Rails
  • PostgreSQL
  • 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.

Usage

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

Authors

Acknowledgments

  • Microverse

📝License

  • This project is MIT licensed.

About

Rwecipe-App 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.

https://my-old-recipe-app.herokuapp.com/

License:MIT License


Languages

Language:Ruby 65.3%Language:HTML 25.7%Language:CSS 4.9%Language:Batchfile 3.0%Language:JavaScript 1.2%