Here is the Wallet application, which is the final project of the full stack developer course. You can set up your account here and monitor your expenses. When creating it, we used the latest tools to create modern applications. Try it yourself and let us know if you like it.
You can find the backend for this app in this REPO
- Miłosz Pleśniak (TeamLider)
- Bolek (Scrum Master & Developer)
- Urszula Molska (Developer)
- Angelika Gralewska (Developer)
- Jacek Pietrzak (Developer)
- Karolina Zinczuk (Developer)
Client: React, Redux, Material UI, Chart.js, Yup, Formik, Sass, Axios
Server: Node, Express, MongoDB, JWT, Joi, Morgan
Clone the project with backend
git clone https://github.com/MiloszPlesniak/Wallet-RestApiGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run startTo run this project, you will need to add the following environment variables to your .env file
MONGO_SECRET
JWT_TOKEN
EMAIL
PASS
