An app to manage your Daily Expenses
- Clone the project
- Create 2 database on firebase and get the configurations key
- Create 2 files
.env.testfor test database and.env.developmentfor development database. - Use the
.env.test.sampleand.env.development.samplefiles for demo - Run
npm installto install dependecies - Run
npm test -- --watchto run tests - Run
npm run dev-serverto start the server - Server will be running on http://localhost:8080/