This is a starter kit that help you get started with node, express, postgresql, redis, es6 with just one shell script to run.
- Brew,
- Node(latest)
- Postgresql(latest)
- Redis
- Node(latest)
- Postgresql(latest)
- Redis
- An express server
- Basic authentication and its api's.
- Setup for writing api's.
- Setup for CLI task runner system.
- Node.js
- Express.js
- Postgresql Latest
- Redis
- Tabel(An orm written on top knex.js thanks to : https://github.com/fractaltech/tabel)
- Clone this repository
- cd node-express-postgres-redis-starter-kit
- (OPTIONAL) If you need to setup (Node, redis, postgresql) then run ./osx-setup.sh for MAC or ./ubuntu-setup.sh for ubuntu users.
- Follow terminal
- Login, Logout and Signup Apis on the Go.
- Full Fledged Backend Setup where you directly write APIS.
Same Architecture Can expand to have a queue and a worker system to use that feature email me [email protected]
💡 4-5 days of work, done in less than 1 minutes.