Skip to content

cfaqiri/recipebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Keeping track of the links to recipes can get messy! Enter RecipeBox - a simple webapp that allows the modern day online recipe loving cook to store their beloved urls in a safe, organized place. This project has been deployed and can be accessed at http://myrecipeboxapp.herokuapp.com/.

Features

RecipeBox's main two features include a user authentication system and a recipe storing system -- nothing fancy. Users are able to register, log in, log out, change password, reset password, add/delete recipe urls, and search recipes.

A video walkthrough of the features can be found here.

Getting Started

Dependencies

Make sure to install the requirements.txt file if running this project locally.

Installing

  1. Clone the repository
git clone https://github.com/cfaqiri/recipebox.git
  1. Install the requirements (virtual environment recommended)
pip install -r requirements.txt

Executing program locally

  • Make all migrations python manage.py migrate
  • Run your local server python manage.py runserver

Authors

Crystal Faqiri - cfaqiri@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published