tinder-clone
tinder-clone copied to clipboard
Fullstack Tinder app clone made with React/Ts/Nest
Tinder- clone
Fullstack tinder-clone app made with React/Typescript/Nestjs/Graphql
Link to the frontend: https://tinder-clone.netlify.com/
Link to API: https://evening-hamlet-82255.herokuapp.com/
Link to Storybook: https://tinder-storybook.netlify.com
Todo
- [x] MVP (liking/disliking profiles, create matches, messages)
- [ ] Elasticsearch
- [ ] List of messages with pairs on sidebar
- [ ] Settings of profile (select age range, update profile)
- [x] Messages infinite loading
- [ ] Elo score ranking
- [ ] Optimazation
Run local
web:
-
git clone https://github.com/MarcinMiler/tinder-clone.git
-
yarn
(must be yarn because of yarn workspaces) -
yarn build:web
-
cd packages/web && yarn start
-
If you want to use local server uncomment url in
apollo.ts
server:
-
docker build -t tinder-server .
-
docker-compose up
storybook:
-
yarn
(if you dont install dependencies) -
cd packages/components && yarn storybook
Screens