项目作者: heddendorp

项目描述 :
Modern pwa to manage event signup at ESN TUMi munich
高级语言: TypeScript
项目地址: git://github.com/heddendorp/tumi-app.git
创建时间: 2019-06-14T04:49:27Z
项目社区:https://github.com/heddendorp/tumi-app

开源协议:

下载


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

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

Go to the project directory

  1. cd tumi-app

Install dependencies

  1. yarn install

Start the server

  1. yarn run start:app
  2. 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.