Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nafizpervez/employee_platform
- Owner: nafizpervez
- Created: 2024-03-21T10:54:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T14:41:40.000Z (8 months ago)
- Last Synced: 2024-11-11T02:14:02.777Z (3 months ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 1.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.