An open API service indexing awesome lists of open source software.

https://github.com/phazonoverload/crud-recipe-app


https://github.com/phazonoverload/crud-recipe-app

Last synced: 9 months ago
JSON representation

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