Skip to content

davidbasalla/expensesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expenses app

React and Express

Initially set up following this blog post

Trello board

Development

Needs a global pm2 install (which manages the NodeJS processes)

npm install --global pm2

To run locally:

cd ./server && yarn start
cd ./client && yarn start

Runs the server with pm2 on Port 3001 and the React frontend on Port 3000

Dependencies

  • Node
  • Express
  • React
  • Sequelize (Postgres)
  • pm2

Screenshots

screenshot1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published