A blazing-fast HR payroll system designed to deal with simplicity as well as blazing-fast speed. The application is capable of handling thousands of files concurrently, making it extremely efficient for the HR payroll system.
A large number of tech stacks are used to apply different concepts and take advantages of their strengths.
python
golang
javascript
typescript
fastapi
qdrant
gin
next js
postgresql
docker
redis
git
linux
ollama
aws
The appplication is built with the intention of speed, quality, maintanability as well as developers experience. A large number of different tech stacks are used to take advantages of their respective strength.
- HR can work on payroll system with ease.
- AI integrations to help the HRs get the informatin about the payrolls through natural conversation.
The best way to run this application is to use the docker considering a lot of services are being used.
Make sure that you have the correct credentials in your environment and configuration files. You can also change them depending upon the requirements. For example instead of using the postgres, qdrant service locally you can use the hosted services.
docker compose up
- Ai will run on port
8080
- The backend port will run on port
8000
- Frontend will run on port
3000