This is a simple CRUD application for employees based on Django framework.
- employeerecord is the project
- the empl folder has the app
Operations |
---|
Create |
Read |
Update |
Delete |
- Clone the repository.
- Set the interpreter.
- In the terminal : cd employeerecord
- In the terminal : 'python manage.py runserver'