Skip to content

rizafahmi/express-notes

Repository files navigation

Express Notes

Example project for Node.js book "Halo Web Server with Express".

Getting Started

Clone the Repo

git clone git@github.com:rizafahmi/express-notes.git
cd express-notes
npm install

Start the App

Make sure your PostgreSQL database on and do some db configuration on knexfile.js.

For preview or production, do:

npm start

For development, do:

npm run dev

Dependencies