Run Locally
# Clone the repo
git clone https://github.com/coptit/moneymap.git
# Change Directory to the repo
cd moneymap
# Install the Dependencies
npm install
# Move to Server Directory (Backend Code)
cd server
# Create a SQLite3 Database with [Prisma](https://prisma.io)
npx prisma migrate dev --name init
# Move back to the root directory
cd ../
# Run Backend + Frontend Simultaneously
npm run dev
sudo docker run -it --rm -p 4000:4000 -p 4001:4001 ghcr.io/coptit/moneymap:latest
Here Frontend will run on
4000
and Backend will run on4001
About:
Innothon is a 2 Day Hackathon organized by NRI College, Bhopal, it was great experience.
Our Team got 2nd Rank.
This repository is the project created during the hackathon.
Team: