Objection.js - Biolerplate V 2.0
It contains curd operation for a post ; Also contains Register and Login for a user
Before procceding further we must have following things installed and setuped
- Nodejs/Express
- Postgresql
- Objectionjs
- Knexjs
- mysql
- Clone the repo
git clone https://github.com/TejsinghDhaosriya/objection-biolerplate
- Change the directory, get into objection-boilerplate dir
cd objection-boilerplate
- Install Packages using npm
npm install
- You can upgrade the packages if any new stable version arrives
npm update
- Now you can start the development server
node main.js