PostgreSQL
ExpressJS
ReactJS
NodeJS
Install the dependencies and devDependencies and start the server.
$ git clone https://github.com/a8hok/PERN-stack
$ cd PERN-stack
$ npm install
$ nodemon index
Install the dependencies and devDependencies and start the client.
$ cd client
$ npm install
$ npm start