Technologies Getting Started API Endpoints Collaborators Contribute
Expense Tracker build with next.js. The projects aims to help users to get track of their monthly expenses. I am continuously working to improve this projects.
- Next.js
- MongoDB
- Tailwindcss
Clone this the repository and run npm i. you're are also requires to add your own mongoDB connection string.
Here you list all prerequisites necessary for running your project. For example:
How to clone your project
git clone https://github.com/KumarAmrendram/tracker.gitUse the .env.example as reference to create your configuration file .env with your AWS Credentials
MONGODB_URI=your-mongodb-connection-stringHow to start your project
cd tracker
npm iHere you will explain how other developers can contribute to your project. For example, explaining how can create their branches, which patterns to follow and how to open an pull request
git clone https://github.com/KumarAmrendram/tracker.gitgit checkout -b feature/NAME- Follow commit patterns
- Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!