Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/japrozs/vent
- Owner: japrozs
- License: mit
- Created: 2021-08-13T06:03:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T19:04:15.000Z (about 3 years ago)
- Last Synced: 2023-03-06T12:57:33.567Z (over 1 year ago)
- Topics: hacktoberfest, nodejs, postgres, react-native, typescript, vent
- Language: TypeScript
- Homepage: https://github.com/japrozs/vent
- Size: 903 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
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