Skip to content

jao45gg/MyWalletBack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyWalletBack

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

About

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 !

Technologies

The following tools and frameworks were used in the construction of the project, you can find the full list on the package.json:

How to run

  1. Clone this repository
  2. Install dependencies
npm i
  1. Create a .env file on the root of the project with the following variables
DATABASE_URL=yourDataBaseURL
PORT=YourBackEndPORT
  1. Run the back-end with
npm start
  1. You can optionally run the project with auto reload after changes
npm run dev
  1. Finally send a request to http://localhost:YourBackEndPORT/SomeRouteImplemented and see it running !

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors