๐Ÿ“ฆ phazonoverload / crud-recipe-app

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/phazonoverload/crud-recipe-app.git
HTTPS git clone https://github.com/phazonoverload/crud-recipe-app.git
SSH git clone git@github.com:phazonoverload/crud-recipe-app.git
CLI gh repo clone phazonoverload/crud-recipe-app
phazonoverload phazonoverload Initial commit cf6c779 6 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ __tests__
๐Ÿ“ .devcontainer
๐Ÿ“ .github
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“ views
๐Ÿ“„ .gitignore
๐Ÿ“„ CODE_OF_CONDUCT.md
๐Ÿ“„ index.js
๐Ÿ“„ jest.config.json
๐Ÿ“„ LICENSE
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ readme.md
๐Ÿ“„ SECURITY.md
๐Ÿ“„ README.md

Recipe App

A simple CRUD recipe application built with Node.js and Express.

Quick Start

npm install
npm start

Visit http://localhost:3000 to start managing your recipes.

Features

  • ๐Ÿ“ Create and edit recipes
  • ๐Ÿ“‹ View all recipes
  • SQLite database storage

Tech Stack

  • Backend: Node.js, Express
  • Database: SQLite3
  • Views: Handlebars
  • Styling: CSS