A recruiting software built with React/Redux (Client), Node/Express (API), and MongoDB (Database).
To get a local copy of the code, clone it using git:
https://github.com/Bhavyaz/Cammpus-Recuitment-System.git
cd 'Cammpus-Recuitment-System.git'
Install dependencies:
npm install
Now, you can start a local web server by running:
npm start
And then open http://localhost:3000 to view it in the browser.
Script | Description |
---|---|
npm install | Installs the dependencies. |
npm run server | Runs the server-side code. |
npm run client | Runs the client-side code. |
npm start | Runs the app in development mode. |