Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safdarjamal/campus-recruitment-system
🔥 A recruiting software built with React/Redux (Client), Node/Express (API), and MongoDB (Database).
https://github.com/safdarjamal/campus-recruitment-system
bcrypt code-splitting express expressjs isomorphic javascript jsonwebtoken mern-stack mongodb mongoose node nodejs prop-types react react-bootstrap react-router react-suspense reactjs redux rest-api
Last synced: 11 days ago
JSON representation
🔥 A recruiting software built with React/Redux (Client), Node/Express (API), and MongoDB (Database).
- Host: GitHub
- URL: https://github.com/safdarjamal/campus-recruitment-system
- Owner: SafdarJamal
- License: apache-2.0
- Created: 2020-02-18T18:52:13.000Z (over 4 years ago)
- Default Branch: with-mern-stack
- Last Pushed: 2024-05-02T01:50:54.000Z (6 months ago)
- Last Synced: 2024-10-12T23:43:45.218Z (26 days ago)
- Topics: bcrypt, code-splitting, express, expressjs, isomorphic, javascript, jsonwebtoken, mern-stack, mongodb, mongoose, node, nodejs, prop-types, react, react-bootstrap, react-router, react-suspense, reactjs, redux, rest-api
- Language: JavaScript
- Homepage:
- Size: 9.78 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Campus Recruitment System
A recruiting software built with [React](https://reactjs.org)/[Redux](https://redux.js.org) (Client), [Node](https://nodejs.org)/[Express](https://expressjs.com) (API), and [MongoDB](https://www.mongodb.com) (Database).
## Development
To get a local copy of the code, clone it using git:
```
git clone https://github.com/SafdarJamal/campus-recruitment-system.git
cd campus-recruitment-system
```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.
#### Available npm Scripts
| 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. |## Credits
Campus Recruitment System is built and maintained by [Safdar Jamal](https://safdarjamal.github.io).
## License
This project is licensed under the terms of the [Apache License 2.0](https://github.com/SafdarJamal/campus-recruitment-system/blob/with-mern-stack/LICENSE).