baronin / budget-tracker

pet project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Counting-house

Stack

  • Express
  • webpack
  • postgraSQL

Project launch with postgraSQL

  • Install node 18
  • Execute the command npm run setup (it will install packages for both client and backend)
  • If Docker hasn't been set up yet, run the command docker-compose up -d --build, if it's already set up then use docker-compose up -d
  • Start the backend with npm run start:server
  • Start the client with npm run start:client

Project launch with Mongo

  • Install node 18
  • Run npm run setup
  • Run npm run start --workspace=client && npm run start:dev --workspace=server-mongo

About

pet project

License:MIT License


Languages

Language:JavaScript 68.9%Language:HTML 14.9%Language:TypeScript 11.3%Language:CSS 3.6%Language:Dockerfile 0.8%Language:Makefile 0.3%Language:SCSS 0.1%Language:Shell 0.1%