An open API service indexing awesome lists of open source software.

https://github.com/rizafahmi/express-notes

Example project for Node.js book "Halo Web Server with Express".
https://github.com/rizafahmi/express-notes

ejs-express es6 example express expressjs knexjs postgresql project

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# Express Notes

Example project for Node.js book ["Halo Web Server with Express"](https://rizafahmi.com/bukuexpress/).

![](./8-index.png)

## 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

* [ Express ](https://github.com/expressjs/express)
* [ ejs template ](https://ejs.co)
* [ PostgreSQL ](https://www.postgresql.org)
* [ Knex.js ](http://knexjs.org)
* [ nes.css ](https://nostalgic-css.github.io/NES.css/)