Design of a wallet manager application (for mobile) ! With the right to register, login and many libraries !
Try it out now at https://my-wallet-front-jao45gg.vercel.app Check out the FrontEnd on https://github.com/jao45gg/MyWalletFront
This is the Back-end of my first full-stack web application ! With data persistence using MongoDB ! It's mainly mobile and made to manage money. Below are the implemented features:
- Sign Up
- Login
- LogOut
- List all money that goes in and out for a user
- Add input of money
- Add output of money
By using this app any user can keep track of their money !
The following tools and frameworks were used in the construction of the project, you can find the full list on the package.json:
- Clone this repository
- Install dependencies
npm i- Create a .env file on the root of the project with the following variables
DATABASE_URL=yourDataBaseURL
PORT=YourBackEndPORT- Run the back-end with
npm start- You can optionally run the project with auto reload after changes
npm run dev- Finally send a request to http://localhost:YourBackEndPORT/SomeRouteImplemented and see it running !
