Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 727 Bytes

File metadata and controls

39 lines (25 loc) · 727 Bytes

Habit Tracker

This is a full-stack Habit Tracker application built with:

  • Frontend: React + TypeScript
  • Backend: ASP.NET Core Web API
  • Database: MongoDB

Getting Started

Prerequisites


1. Start the Backend API

Navigate to the backend project folder /Server:

dotnet run

2. Start the front-end application

Navigate to the backend project folder /Server:

    npm install
    npm run dev

3. Open Application

Go to http://localhost:5173/