https://github.com/arjun1237/arthashastra
https://github.com/arjun1237/arthashastra
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjun1237/arthashastra
- Owner: arjun1237
- Created: 2020-10-10T10:21:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T07:00:59.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T05:00:38.809Z (about 1 year ago)
- Language: JavaScript
- Size: 854 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arthashastra - Expense Manager app
> A MERN based expense manager app that lets you add your expense and earnings. Based on the saved data, it gives an overall analyses.
## Built With
- React JS
- Express JS
- Material UI
- MongoDB
## Getting Started
**Just fork it and fell free to use it.**
To get a local copy up and running follow these simple example steps.
### Prerequisites
1 Install Node js in your local system
2 Code Editor
3 Browser (optional)
### Installation - (Frontend and Backend must be done separately)
After making a clone of this repo open your cmd/terminal and use
`cd` into backend and frontend and perform the following actions. Do the backend first.
`npm install` (this will install all the dependencies )
### Starting app
Once everything has been installed, go to root folder. In the terminal type:
`npm start` (this will open localhost and start the app)
## Authors
👤 **Aravindan S**
- Github: [@aravindsakthivel](https://github.com/aravindsakthivel)
- Hackerrank: [@aravindan_0811](https://www.hackerrank.com/aravindan_0811)
- Linkedin: [@aravindansakthivel](https://www.linkedin.com/in/aravindansakthivel/)
- Email: (aravind.sakthi@outlook.com)
👤 **Arjun K Prasad**
- Github: [@arjun1237](https://github.com/arjun1237/)
- Hackerrank: [@arjun1237](https://www.hackerrank.com/arjun1237)
- Linkedin: [@arjun1237](https://www.linkedin.com/in/arjun1237/)
- Email: (arjun1237.kp@gmail.com)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/arjun1237/arthashastra-expense-manager/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Implemented basic concepts of react to build this application with basic CRUD for the backend.
- Used redux to store data from the frontend and the backend was handled with MongoDB atlas
## 📝 License
This project is [MIT](./LICENSE) licensed.