Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Meal tracking app built with Next.js/Mantine/TypeScript/Spring as part of an university course.

Notifications You must be signed in to change notification settings

chrisalxlng/citrusnext

Repository files navigation

Citrus Meal Tracker

Prerequisites

  • Maven has to be installed
  • Docker has to be installed and be running

 

Get started

Run npm run get_started in the root directory to start the database, the backend services and the frontend app with one single command.

 

Alternatively, you can start these components each with their own command down below:

  1. Run npm run serve_db in /backend to get the database running.
  2. After that, run npm run serve_backend in /backend to start backend services.
  3. Finally, run npm run dev in / to start the frontend app.

 

Other

  • The database is running at http:https://localhost:8081

About

Meal tracking app built with Next.js/Mantine/TypeScript/Spring as part of an university course.

Resources

Stars

Watchers

Forks