Build on nodejs uses PostgreSQL database.
NodeJS is awesome!!
- Setup NodeJS
- Setup PostgresSQL
- Clone the repo
- run
$ npm install
- run
$ cp .env.sample .env
- Make necessary necessary to .env file
- fire up the node server
$ npm start
- to stop node server at any time
$ npm stop
- the current directory structure follows core MVC framework (good for practice 😄)
- run
$ npm run watch
to watch for file changes (reduces pain of restarting server)