Skip to content

Basic recipe app written using node.js backend and React frontend, with sqlite3 database. University project displaying javascript webapp fundamentals

Notifications You must be signed in to change notification settings

Promess02/Tastify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe App

This project is a Recipe App that allows users to browse, like, and manage recipes. It includes a backend server and a frontend React application.

Getting Started

Follow these instructions to set up and run the project on your local machine.

Prerequisites

  • Node.js
  • npm (Node Package Manager)
  • sqlite3

Installation

  1. Clone the repository:

    git clone https://github.com/Promess02/Tastify.git
    cd Tastify
    
  2. Install all packages:

    cd backend
    npm i .
    cd ../middleware
    npm i .
    cd ../recipe-app
    npm i .
    
  3. Running the backend server:

    cd backend
    node server.js
    
  4. Running the frontend app:

    cd recipe-app
    npm start
    
  5. Running the database (optional):

    sqlite3 recipeApp.db

About

Basic recipe app written using node.js backend and React frontend, with sqlite3 database. University project displaying javascript webapp fundamentals

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published