tidy-sum-backend

This is a personal expense Full stack web app, made by Niksseif This app was made with node.js && express.js for the back-end

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system

Prerequisites

brew install postgresql
brew install node

Installing

git clone https://github.com/niksseif/tidy-sum-backend
npm i
create db tidysum_dv
knex migrate:latest
knex seed:run
heroku local
open http://localhost:3000

Built with

node.js,
express.js
npm - Dependency Management

Links