Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jzakotnik committed Aug 24, 2021
1 parent b8ed328 commit 8b5fb3f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# mitwemessen Webseite
Kleines Tool um sein Lunch Profil zu verwalten und mit anderen zu teilen.
# Mitwemessen

## What is it about?

In hybrid work models, you need to know, on which days someone is in the office to go for lunch. This nice app helps you to maintain this information and distribute it to colleauges.

<img src="nextjs/mwe/docs/screen1.png" width=300>
<img src="nextjs/mwe/docs/screen2.png" width=300>
<img src="nextjs/mwe/docs/screen3.png" width=300>
<img src="nextjs/mwe/docs/screen4.png" width=300>

## Demo

Have a look at the [Demo Site](https://mitwemessen.de)

## Getting started

- Install node
- Clone repository
- npm install
- Copy env file
- npm run build
- In Prisma folder: yarn prisma migrate dev --name init
- Setup nginx and letsencrypt certs using certbot
- Route nginx config to node server
- Use pm2 to run node server on startup
26 changes: 0 additions & 26 deletions nextjs/mwe/README.md

This file was deleted.

0 comments on commit 8b5fb3f

Please sign in to comment.