https://github.com/zoltan-nz/meetup-app-2022
Playground application in 2022
https://github.com/zoltan-nz/meetup-app-2022
Last synced: 3 months ago
JSON representation
Playground application in 2022
- Host: GitHub
- URL: https://github.com/zoltan-nz/meetup-app-2022
- Owner: zoltan-nz
- Created: 2022-01-27T08:01:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T10:24:58.000Z (over 3 years ago)
- Last Synced: 2024-10-13T22:32:16.048Z (about 1 year ago)
- Language: TypeScript
- Size: 560 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meetup App 2022
Work in progress application for learning and trying out different libraries and concepts.
This is a fullstack app, with React frontend and Express based backend. Using `yarn workspaces`.
## Getting Started
Clone the repository:
```sh
git clone git@github.com:zoltan-nz/meetup-app-2022.git
```Install the node packages
```sh
yarn install
```Run both the `frontend` and `backend` using:
```sh
yarn workspaces start
```## Application ideas:
- travel itinerary
- good reads for movies
- realtime chat features## Libraries for experiments:
- (knexjs.org/)[https://knexjs.org/]
- (Objection.js)[https://vincit.github.io/objection.js/]
- Graphql, Apollo, (Relay?)[https://relay.dev/]
- Prisma
- io-tsMeetup group:
https://www.meetup.com/typescript-javascript-workshop/
Last year project:
https://github.com/zoltan-nz/meetup-contacts-app-2021
Idea:
- add mobile app with React Native
- implement a map featureLet's build a movie recommendation app!
First Sprint:
- Let's build a movie table with title and release date fields.
- Rest API endpoint.
- Frontend:
- List of movies
- Add a movie
- Edit a movie
- Delete a movie