Skip to content

dewanshDT/Money-Mate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Money-Mate

An expense tracker MERN app with authentication

View Demo · Report Bug · Request Feature

About The Project

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.

Built With

Getting Started

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

Installation

  1. Clone the repo

    git clone https://github.com/dewanshdt/Money-Mate.git
  2. Create config files and enviroment variables

  3. Install NPM packages on both server and client

    npm run install-server-client
  4. To run the program in development mode run

    npm run dev
    
  5. To run the program in production mode change NODE_ENV variable to production and run

    npm start
    

    Then go to http://localhost:5000

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - @ThakurDewansh - dewansh.space@gmail.com

Project Link: https://github.com/dewanshdt/Money-Mate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published