Skip to content

rbourgeat/42padawan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42padawan

My own 42 API front build with FastAPI/Python & React/Vite/Chakra

Demo

demo1

demo2

demo3

Requirements

  • Install Docker

  • Create your App on 42 intra, use http://localhost:8000/auth/callback as Redirect URI, copy .env.example in to .env fill the .env

Usage

Up the project

make

Open http://localhost:3000

Stop it

make down