Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```