Dashboard backend made with TypeScript, Express, TypeORM and PostgreSQL
The frontend is being hosted at https://github.com/jphinning/DashboardNextjs
The backend part is deployd in Heroku at https://dashboard-node-jphinning.herokuapp.com/
To see the app in action through the frontend see https://dashboard-nextjs-peach.vercel.app/
node 17.3.0
docker & docker-compose
Make sure the frontend is running if you want to see chart data
git clone [email protected]:jphinning/DashboardBackend.git
cd DashboardBackend
npm install
# Postgres container
docker-compose up -d
npm start
If you want to see the frontend go to this repo: https://github.com/jphinning/DashboardNextjs