Coder Social home page Coder Social logo

expense-tracker's Introduction

Expense Tracker

About

This is a full stack project using Express, PostgreSQL and React.

Prerequisites

Node.js, React.js

Dependencies

Authentication:

Backend framework related:

DB related:

  • pg: First try, then move to Prisma
  • Prisma
  • Docker compose

Testing:

  • Jest
  • SuperTest: It extends another library SuperAgent, to provide a high-level abstraction for testing HTTP

Misc:

Frontend related:

Installation

$ npm install

Running the server

# development (run this command on the project root, concurrently)
$ npm run dev

# backend
npm run server

# frontend
$ npm start

# check prisma studio (run on backend dir, on port 5555)
$ npx dotenv -e .env -- prisma studio

# API e2e test
$ npm run test
$ npm run test:watch
$ npm run test:e2e

Ports

  • Backend: 127.0.0.1:8080

  • Frontend: 127.0.0.1:3000

  • Docker dompose holds two dbs: ⋅⋅* Dev DB runs on 5434 ⋅⋅* Test DB runs on 5435

Screen shots

alt text alt text

expense-tracker's People

Contributors

cligrenet avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.