de-mawo / spana-yt

Spana: A Leave Management App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spana: Leave Management App

Usage

  • Users can submit leave requests
  • Admins & Moderators can view and edit submitted leaves
  • Approved leaves trigger automatic balances updates
  • Everyone can view the Organisational Calendar and see upcoming events
  • Admins can add settings and edit balances

Author

  • Prince De Mawo

project-Img

Tech-Stack

The app was built using the following technologies:

  • Next.js as the React framework
  • Prisma as the ORM for migrations and database access
  • PostgreSQL: database for local testing
  • Next-Auth/Authjs: for authentication
  • TypeScript: the programming language
  • TailwindCSS: Styling
  • shadcn/ui for UI components

Clone the repo

https://github.com/de-mawo/spana-yt.git

Install packages yarn

Setup the .env file

  • See the .env.example file

Setup Prisma

yarn prisma generate yarn prisma migrate dev

Start the app

yarn dev

About

Spana: A Leave Management App


Languages

Language:TypeScript 97.4%Language:JavaScript 1.4%Language:CSS 1.1%