This is a simple employee management system that allows you to add, view, update and delete employees. It is built using React, Chakra UI and Django.
- Clone the repository
- Check the
README.md
file in the client andserver
directories for installation instructions. - Run the frontend and backend servers.
- Visit
http://localhost:2000
to view the application.