Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)