Skip to content

Latest commit

 

History

History
70 lines (38 loc) · 1.47 KB

readme.md

File metadata and controls

70 lines (38 loc) · 1.47 KB

wallet

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

Authors

Tech Stack

Client: React, Redux, Material UI, Chart.js, Yup, Formik, Sass, Axios

Server: Node, Express, MongoDB, JWT, Joi, Morgan

Demo

LIVE

Run Locally

Clone the project with backend

  git clone https://github.com/MiloszPlesniak/Wallet-RestApi

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGO_SECRET

JWT_TOKEN

EMAIL

PASS