Skip to content

DiogoCercilio/meal-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meal Info Application

A SPA for measuring user daily meals.

Stack

Node.js Prisma.js Express.js React.js Tailwind SQlite3 Cypress

Components

  • API - Rest endpoints
  • Frontend - SPA application (React)

API

Requirements

  • Nodejs

Installing

npm install

Configuring

npm run configure:dev # This will configure the database, and also seed the application

Running

npm start

Testing

npm test

Checking

Open http://localhost:9000

You can see all available endpoints using postman. You'll need to import this collection.

API Contexts

  • Auth - Auth (Mocked)
  • User - Creates a new User
  • Meal - Creates a public Meal
  • User Meal - Inserts a user Meal to the User Meals list
  • Meal Category - Creates a new Meal Category

Frontend

Requirements

  • Nodejs

Installing

npm install

Running

npm start

Testing

npm test

Checking

Open http://localhost:5173

About

A simple meal app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors