Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGopathi authored Jun 10, 2024
1 parent 8da1854 commit 1d35bcf
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Angeljob
# Angeljob - Job reviewing Application

An application with react and django for job reviewing processes
An application with react and django for job-reviewing processes

Deployed at [job-reviewing-application.vercel.app](https://job-reviewing-application.vercel.app/)
The features of this app include:
- Authentication for recruiters
- Page for candidates to fill in the details
- Page for recruiters to see the details of the candidates
- Options to filter candidates
- option to update the status of the application to candidates
- Uses REST API for communication

- you can use the demo account to login into the app:
```
Expand All @@ -14,8 +20,8 @@ password: demo1234

- Clone this repository and launch code:
```
git clone https://github.com/RahulGopathi/btkhatham.git
cd btkhatham
https://github.com/RahulGopathi/job-reviewing-application.git
cd job-reviewing-application
code .
```
Expand Down

0 comments on commit 1d35bcf

Please sign in to comment.