Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 3.62 KB

readme.md

File metadata and controls

37 lines (34 loc) · 3.62 KB

Expense Tracker Apllication

This is an Expense Tracking Application written in Golang and React with MongoDB as it's datastore. Use it to track your earnings and expenses with a detailed dashboard showing the pattern of these events and take insights on how to manage this.

Setup

  • Server:
    1. Create the .env file in the server folder with the below format:
    PORT = <port-number>
    MONGOURI = <uri-for-mogodb-datastore>
    DBNAME  = <name-of database-to-be-used>
    
  • Client:
    1. Create the .env.json file in the client folder with the below format:
    {
        "server": {
            "proxy": {
                "/api": {
                    "target": "location-of-api-server",
                    "changeOrigin": true
                }
            },
            "cors": true
        }
    }

🛠  Tech Stack

Visual Studio Code JavaScript NodeJS React Vite Go GoFiber MongoDB