https://github.com/rbourgeat/42padawan
My own 42 API front / 42evaluators alternative
https://github.com/rbourgeat/42padawan
42-school 42born2code 42cursus 42projects 42school
Last synced: 3 months ago
JSON representation
My own 42 API front / 42evaluators alternative
- Host: GitHub
- URL: https://github.com/rbourgeat/42padawan
- Owner: rbourgeat
- Created: 2024-08-26T11:52:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T22:30:59.000Z (10 months ago)
- Last Synced: 2025-04-03T08:42:44.671Z (7 months ago)
- Topics: 42-school, 42born2code, 42cursus, 42projects, 42school
- Language: JavaScript
- Homepage:
- Size: 1.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 42padawan
My own 42 API front build with FastAPI/Python & React/Vite/Chakra## Demo



## Requirements
- Install Docker
- Create your App on [42 intra](https://profile.intra.42.fr/oauth/applications/new), use `http://localhost:8000/auth/callback` as **Redirect URI**, copy `.env.example` in to `.env` fill the `.env`
## Usage
Up the project
```bash
make
```Open
Stop it
```
make down
```