Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nafizpervez/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
https://github.com/nafizpervez/employee_platform

api-rest excel-import fastapi fastapi-crud fastapi-sqlalchemy filter html-css-javascript pandas-python pdf-generation query react-router-dom reactjs sqlite3 swagger-ui

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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](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.