Skip to content

A full-stack platform for managing user applications, designed for university clubs.

License

Notifications You must be signed in to change notification settings

kedom1337/applica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Applica 👥

A full-stack platform for managing user applications, designed for university clubs.

Development

  1. Start the required Docker containers with the dev profile:

    sudo docker-compose --profile dev up -d
  2. Run the frontend or backend:

  • Frontend (localhost:3000):

    cd frontend
    bun install
    bun run dev
  • Backend (localhost:8080/api):

    cd backend
    bun install
    bun run dev

Production

  1. Start the production containers with the prod profile:

    sudo docker-compose --profile prod up -d
  2. Make sure to configure your .env file with your LDAP URL.

This will launch the frontend, backend, and a PostgreSQL database.

About

A full-stack platform for managing user applications, designed for university clubs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published