Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksh-bansal-dev/candidate-portal
Candidate management system with basic auth
https://github.com/aksh-bansal-dev/candidate-portal
Last synced: 25 days ago
JSON representation
Candidate management system with basic auth
- Host: GitHub
- URL: https://github.com/aksh-bansal-dev/candidate-portal
- Owner: Aksh-Bansal-dev
- Created: 2022-01-07T15:22:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T09:13:23.000Z (about 3 years ago)
- Last Synced: 2024-11-20T11:05:32.712Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# candidate-portal
Candidate management system with basic auth## Technolgies used
- React
- Express (Nodejs)
- MongoDB## How to start
- install all dependencies in both `server` and `client`
- start MongoDB server
- start backend server using `npm start`
- start client server using `npm start`
- visit [localhost:3000](http://localhost:3000)