https://github.com/phazonoverload/crud-recipe-app
https://github.com/phazonoverload/crud-recipe-app
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phazonoverload/crud-recipe-app
- Owner: phazonoverload
- License: mit
- Created: 2025-07-24T08:20:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-24T08:20:54.000Z (11 months ago)
- Last Synced: 2025-10-07T05:53:06.414Z (9 months ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Recipe App
A simple CRUD recipe application built with Node.js and Express.
## Quick Start
```bash
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