/Employee_Platform

A Employee platform for office use to calculate employees entry and exit time, personal informations, department, Search Query, time filter integration, xlsx upload and parse, and export report PDF

Primary LanguageJavaScript

Employee Platform

Backend developed by python FastAPI.

Run the BackEnd Uvicorn Server

uvicorn main:app --reload

Swagger API UI Link

http://127.0.0.1:8000/docs

This is the api link for openjson API of the BackEnd Open to test the API END Point

Frontend developed using Reactjs

RUN the FrontEnd React Server

npm run build
npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.