Redis
ExpressJS
ReactJS
NodeJS
Install the dependencies and devDependencies and start the server.
$ git clone https://github.com/a8hok/Job-search-app
$ cd Job-search-app
$ npm install
$ nodemon api/index
Install the dependencies and devDependencies and start the client.
$ cd client
$ npm install
$ npm start