Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/japrozs/vent

An app to promote, advertise, and create a community around your events
https://github.com/japrozs/vent

hacktoberfest nodejs postgres react-native typescript vent

Last synced: 26 days ago
JSON representation

An app to promote, advertise, and create a community around your events

Awesome Lists containing this project

README

        

# Vent

Vent is an app that allows you to promote, advertise, and create a community around your event

## Folder structure

| Folder | Description |
| ------------------------- | ------------------------------------------ |
| [app](packages/app) | The app built with `react-native` |
| [server](packages/server) | The `graphQL` server built with `express` |
| [.github](.github) | Github settings config. (eg. `CODEOWNERS`) |
| [.vscode](.vscode) | Project settings for `VSCode` |

# Screenshots

![Screenshot](/assets/1.png)
![Screenshot](/assets/2.png)
![Screenshot](/assets/3.png)
![Screenshot](/assets/4.png)
![Screenshot](/assets/5.png)
![Screenshot](/assets/6.png)
![Screenshot](/assets/7.png)
![Screenshot](/assets/8.png)

# Tech Stack

## Backend

- NodeJS
- Apollo-Server-Express
- Typeorm
- Postgres
- Redis
- Sessions
- Cookies
- GraphQL
- Type-GraphQL

## Frontend

- React Native
- Expo
- GraphQL-code-generator
- React-navigation
- Apollo Client