muriukialex / aws-rstart-labs

Keep Track of AWS Labs Done ✅ (AWS R/Start Program)

Home Page:https://aws-rstart-labs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep Track of AWS r/Start Labs

  • This application is designed to help AWS r/Start students to keep track of their AWS r/Start Labs.

Overview

Sign In

Sign In with Google

sign-in(light)

Track Labs as Completed

Light Theme Option

Screenshot 2024-02-24 192722

Dark Theme Option

Screenshot 2024-02-24 192910

Update Lab Completed Status

Screenshot 2024-02-24 193020

Getting Started

  1. Clone the project
git clone https://github.com/muriukialex/aws-rstart-labs.git
  1. Install dependencies
npm install
  1. Update your .env.local file with your enviroment variables which also includes a MONGODB_URI
cp .env.example .env.local

NB: Ensure you update your environent variables before starting the server

  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

If you are using Docker: Ensure you have make installed make --version

  • Build and run the Docker container
make start-app
  • Tear down the Docker container
make tear-app

Contributing

About

Keep Track of AWS Labs Done ✅ (AWS R/Start Program)

https://aws-rstart-labs.vercel.app


Languages

Language:TypeScript 87.3%Language:JavaScript 8.1%Language:Dockerfile 2.2%Language:CSS 1.8%Language:Makefile 0.4%Language:Shell 0.2%