An expense tracker MERN app with authentication
View Demo
·
Report Bug
·
Request Feature
This application is made only for learning purpose I learned cookie and session authentication and it implementation in react porject. This is a PWA which can be installed as an application in any mobile or desktop device.
In the root folder create a folder "config", inside this folder create a file "config.env" and add the following code inside it
NODE_ENV = development
PORT = 5000
MONGO_URI = mongodb://localhost:27017/moneyMate
if you wanna run it in production mode change NODE_ENV
variable to production
-
Clone the repo
git clone https://github.com/dewanshdt/Money-Mate.git
-
Create config files and enviroment variables
-
Install NPM packages on both server and client
npm run install-server-client
-
To run the program in development mode run
npm run dev
-
To run the program in production mode change
NODE_ENV
variable toproduction
and runnpm start
Then go to http://localhost:5000
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @ThakurDewansh - dewansh.space@gmail.com
Project Link: https://github.com/dewanshdt/Money-Mate