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".
- Host: GitHub
- URL: https://github.com/rizafahmi/express-notes
- Owner: rizafahmi
- Created: 2019-04-20T00:45:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:23:35.000Z (over 3 years ago)
- Last Synced: 2026-04-18T21:36:34.156Z (3 months ago)
- Topics: ejs-express, es6, example, express, expressjs, knexjs, postgresql, project
- Language: JavaScript
- Homepage: https://rizafahmi.com/bukuexpress/
- Size: 326 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express Notes
Example project for Node.js book ["Halo Web Server with Express"](https://rizafahmi.com/bukuexpress/).

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