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.
- Server:
- 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>
- Create the
- Client:
- 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 } }
- Create the