A fullstack microservice application for viewing users' financial summary and recurring expensetrends.
Visit expensetrends.herokuapp.com to test the live api!
frontend
- React
- NextJs
- Typescript
- Tailwind(jit mode)
backend
- NodeJS
- Express
- Typescipt
- MySql
Before cloning the repo be sure you have installed:
- NODE (version >=14.0.0)
- MySql
Then:
- Choose a folder project in your system and switch in
cd [folder path]
- Clone the repo in your folder path
git clone https://github.com/lancerdonnie/ExpenseTrends.git
- Create a '.env' file following the '.env.example' template
In order to install the project and all dependencies, enter in the project folder and run npm install
npm run dev
npm run build && npm start
npm run build
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Please ⭐ this repository if you like it or this project helped you!
Feel free to open issues or submit pull-requests to help me improving my work.
Adedeji Babajide
Copyright © 2021 Adedeji Babajide