An open API service indexing awesome lists of open source software.

https://github.com/danielatomas/feup-lbaw

EVUP - Project developed for Database and Web Applications Laboratory class @FEUP
https://github.com/danielatomas/feup-lbaw

feup feup-lbaw lbaw website

Last synced: 2 months ago
JSON representation

EVUP - Project developed for Database and Web Applications Laboratory class @FEUP

Awesome Lists containing this project

README

        

# EVUP

> EVUP (Events UP) is a project developed by a group of Informatics Engineering Students who consider that the management of University related events is significantly lacking in terms of usage and accessibility for students and event organizers.

## Project Components

* [ER: Requirements Specification](https://github.com/DanielaTomas/LBAW_FEUP/wiki/er)
* [EBD: Database Specification](https://github.com/DanielaTomas/LBAW_FEUP/wiki/ebd)
* [EAP: Architecture Specification and Prototype](https://github.com/DanielaTomas/LBAW_FEUP/wiki/eap)
* [PA: Product and Presentation](https://github.com/DanielaTomas/LBAW_FEUP/wiki/pa)

## Screenshots
![HomePage](docs/homePage.png)

![Login](docs/login.png)

![EventPage](docs/eventPage.png)

![Profile](docs/profile.png)

![MyEvents](docs/myEvents.png)
## Installation

```
docker run -it -p 8000:80 --name=lbaw2252 -e DB_DATABASE="lbaw2252" -e DB_SCHEMA="lbaw2252" -e DB_USERNAME="lbaw2252" -e DB_PASSWORD=CFKrQZJB git.fe.up.pt:5050/lbaw/lbaw2223/lbaw2252
```

## Usage

> URL to the product: https://lbaw2252.lbaw.fe.up.pt/

### Administration Credentials

| Email | Password |
|-------|----------|
| [email protected] | 1234 |

### User Credentials

| Type | Email | Password |
|------|-------|----------|
| basic account | [email protected] | 1234 |
| event organizer | [email protected] | 1234 |
| blocked account | [email protected] | 1234 |

## Team

* Daniela Tomás, [email protected]
* Hugo Almeida, [email protected]
* José Miguel Isidro, [email protected]
* Sara Moreira Reis, [email protected]

***
GROUP2252, 2022/2023