8000 GitHub - Bald-M/MyMoodDiary
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bald-M/MyMoodDiary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mood Diary Fullstack Application

A simple full-stack application for displaying and tracking daily moods with Vue.js frontend and Spring Boot backend.

Prerequisites

  • Docker 24.0.2 & Docker Compose 2.18.1 (lower version might work)
  • Node.js 18.x+ (for manual frontend builds)
  • Java 17 JDK (for manual backend builds)
  • Maven 3.9+ (for manual backend builds)
  • MongoDB 8.0+ (for manual database setup)

Quick Start with Docker

  1. Clone repository
git clone https://github.com/Bald-M/MyMoodDiary.git
cd MyMoodDiary
  1. Start service
docker compose up --build
  1. Access application

If unable to access services, please check firewall rules for these ports.

  1. Shut the service
docker compose down -v

Manul Deployment

Please go to the corresponding directory to view README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0