Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T13:43:40.000Z (4 months ago)
- Last Synced: 2024-09-10T18:15:25.440Z (4 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
![demo1](frontend/app/public/demo1.png)
![demo2](frontend/app/public/demo2.png)
![demo3](frontend/app/public/demo3.png)
## 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
```