Skip to content

Employee Management Built with Django REST framework And Reactjs.

Notifications You must be signed in to change notification settings

LMukati/Employee_Manages

Repository files navigation

How to run project locally

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 8000
npm run dev

and visit: http://localhost:8000/

Description

  • Backend: Django REST framework
  • Frontend: React + Redux

About

Employee Management Built with Django REST framework And Reactjs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published