Skip to content

FranciscaFigueiredo/mywallet-postgres-back

Repository files navigation

MyWallet

MyWallet is a web app to manage your wallet.

You can add debits and credits to your account.

Deploy: https://mywallet-seven.vercel.app/

Frontend: https://github.com/FranciscaFigueiredo/mywallet-front


How to install and run on terminal

It is necessary to install node: https://nodejs.org/en/download/


- Clone repository

  git clone https://github.com/FranciscaFigueiredo/projeto-14-mywallet-back.git

- Install dependencies

  npm i

or

  npm install

- Start

  npm start:dev

- Run test

  npm start:test

- Prepare the backend and database

  • Edit the .env.example file with the data needed to connect to your database and edit the filename to .env.dev for a developer environment.

  • Use the mywallet_dump.sql file to create the project database


Technologies

Node Badge ExpressJS Postgres Badge Jest Badge

Tooling:

ESLint husky

About

MyWallet is a web app to manage your wallet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages