Skip to content

flowcore-io/application-hugskotid-frontend

Repository files navigation

Hugskotið

A management system built with the T3 Stack, designed to handle organizations, contacts, and tenancies.

Features

  • Organization Management
  • Contact Management
  • Tenancy Tracking
  • Data Export to CSV
  • Responsive Design (Desktop/Mobile)
  • Faroese Language Interface

Tech Stack

Getting Started

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Set up your environment variables:
cp .env.example .env
  1. Initialize the database:
npm run db:push
  1. Start the development server:
npm run dev

Development Scripts

  • npm run build - Build the application
  • npm run dev - Start development server
  • npm run db:push - Push database schema changes
  • npm run db:studio - Open Prisma Studio
  • npm run lint - Run ESLint
  • npm run start - Start production server

Deployment

The application can be deployed using:

Project Structure

  • /src/app - Next.js application routes and pages
  • /src/components - Reusable React components
  • /src/server - Server-side logic and API routes
  • /prisma - Database schema and migrations
  • /public - Static assets and files

License

This project is private and confidential. All rights reserved.

Support

For support, please contact Flowcore Sp/f:

About

Application for tenant administration and statistics at the incubator Hugskotið

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published