Skip to content

Enigma-CSE/Techsnakes-Code-Climb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Techsnakes Code Climb — Full Stack Game

Frontend (Next.js)

Node.js project in myapp/frontend/

Backend (FastAPI)

Python project in myapp/backend/

Setup

Frontend

cd frontend
npm install
cp .env.example .env.local
npm run dev

Backend

cd backend
pip install -r requirements.txt
uvicorn main:app --reload

Environment Variables

Frontend: copy frontend/.env.example to frontend/.env.local and set NEXT_PUBLIC_API_URL.

Copy backend/.env.example to backend/.env and fill in your Supabase credentials and the ADMIN_PASSWORD.

About

Official website for "Techsnakes: Code & Climb," a competitive coding event hosted by the Student Development Club & Department of CSE at AJIET.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors