/calorie-tracker-forked

React Basic & React Deep Dive Course App

Primary LanguageJavaScript

Calorie Tracker Project

This is a demo react application with a small server to perform fetch requests to perform CRUD operations on in-memory data.

Setup

  • install node

  • install project dependencies

npm install
  • start client and server
npm run start
  • To close both client and server, hit Ctrl+c

Front-end

React based project using vite setup.

Back-end

Small server with in-memory SQLite database that starts with random data for the past 60 days (day in / day out).

API

More details can be found in packages/server/README.md