heddendorp / tumi-app

This project is now at heddendorp/tumi

Home Page:https://github.com/heddendorp/tumi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESN (TUMi) App


This project is continued at https://github.com/heddendorp/tumi


A modern PWA to manage the events and members of an ESN secion

Demo

https://tumi.esn.world/events is the running and used instance of this project for the events organized by the ESN TUMi e.V.

Tech Stack

Client: Angular, Angular components, Apollo-Angular, TailwindCSS

Server: Node, Express, Apollo Server, Prisma, Nexus, Nexus-Prisma

Roadmap

You can find some planned things here

Contributing

Contributions are always welcome!

You can reach me at president@esn-tumi.de if you want to know more about TUMi, this project or what could be done. Contributions in forms of issues opened here are also very welcome to improve the project.

Run Locally

Clone the project

  git clone https://github.com/heddendorp/tumi-app.git

Go to the project directory

  cd tumi-app

Install dependencies

  yarn install

Start the server

  yarn run start:app
  yarn run start:api

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

BLOB_SAS_TOKEN

PRODUCT_SAS_TOKEN

STORAGE_CONNECTION_STRING

STRIPE_WH_SECRET

DATABASE_URL

STRIPE_KEY

Of course these can't be published, but if they are needed for development, sandbox keys will do.

About

This project is now at heddendorp/tumi

https://github.com/heddendorp/tumi


Languages

Language:TypeScript 70.5%Language:HTML 25.5%Language:JavaScript 2.6%Language:SCSS 1.4%Language:Dockerfile 0.0%