A free online mini coding bootcamp
Here's a quick demo of the app.
miniCodeCamp - A free online mini coding bootcamp
Clone the project
git clone https://github.com/GeekyChakri/miniCodeCamp.git
Go to the project directory
cd miniCodeCamp
Install dependencies
npm install
Create an .env file in root and add your variables
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
MONGODB_URI=
Start the app
npm run dev
-
NextJS
-
MongoDB
-
Clerk
-
Vercel