All Projects → MarcinMiler → Tinder Clone

MarcinMiler / Tinder Clone

Fullstack Tinder app clone made with React/Ts/Nest

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Tinder Clone

Postgraphile Nest
GraphQL (PostGraphile) module for Nest framework (node.js)
Stars: ✭ 43 (+0%)
Mutual labels:  graphql, postgresql, nestjs
Walkable
A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
Stars: ✭ 384 (+793.02%)
Mutual labels:  graphql, postgresql
Nest Ideas Api
REST API for app ideas built in nestjs
Stars: ✭ 380 (+783.72%)
Mutual labels:  graphql, nestjs
Nestjs
A collection of badass modules and utilities to help you level up your NestJS applications 🚀
Stars: ✭ 475 (+1004.65%)
Mutual labels:  graphql, nestjs
Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+7753.49%)
Mutual labels:  graphql, postgresql
Nestjs Query
Easy CRUD for GraphQL.
Stars: ✭ 325 (+655.81%)
Mutual labels:  graphql, nestjs
Openrecord
Make ORMs great again!
Stars: ✭ 474 (+1002.33%)
Mutual labels:  graphql, postgresql
Codeponder
Marketplace for Code Reviews
Stars: ✭ 221 (+413.95%)
Mutual labels:  graphql, postgresql
Graphql Ts Server Boilerplate
A GraphQL server boilerplate made with Typescript, PostgreSQL, and Redis
Stars: ✭ 643 (+1395.35%)
Mutual labels:  graphql, postgresql
Testing Nestjs
A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!
Stars: ✭ 685 (+1493.02%)
Mutual labels:  graphql, nestjs
Graphql
GraphQL (TypeScript) module for Nest framework (node.js) 🍷
Stars: ✭ 697 (+1520.93%)
Mutual labels:  graphql, nestjs
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (+613.95%)
Mutual labels:  graphql, nestjs
Type Graphql Series
Typescript GraphQL Server built with TypeGraphQL
Stars: ✭ 249 (+479.07%)
Mutual labels:  graphql, postgresql
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-9.3%)
Mutual labels:  graphql, postgresql
Graphqlize
A Clojure & JVM library for developing GraphQL API instantly from Postgres and MySQL databases
Stars: ✭ 240 (+458.14%)
Mutual labels:  graphql, postgresql
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+10053.49%)
Mutual labels:  graphql, postgresql
Express Graphql Boilerplate
Express GraphQL API with JWT Authentication and support for sqlite, mysql, and postgresql
Stars: ✭ 201 (+367.44%)
Mutual labels:  graphql, postgresql
Create Graphql Api
Set up a Typescript GraphQL API by running one command.
Stars: ✭ 223 (+418.6%)
Mutual labels:  graphql, postgresql
Nestjs Learning
nestjs 学习教程 📚,跟我一起学习 nest 框架~ 💪
Stars: ✭ 638 (+1383.72%)
Mutual labels:  graphql, nestjs
Massive
A Module for Utilizing MassiveJS with NestJS
Stars: ✭ 27 (-37.21%)
Mutual labels:  postgresql, nestjs

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

app

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:

  1. git clone https://github.com/MarcinMiler/tinder-clone.git

  2. yarn (must be yarn because of yarn workspaces)

  3. yarn build:web

  4. cd packages/web && yarn start

  5. If you want to use local server uncomment url in apollo.ts

server:

  1. docker build -t tinder-server .

  2. docker-compose up

storybook:

  1. yarn (if you dont install dependencies)

  2. cd packages/components && yarn storybook

Screens

login messages

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].