greysonmrx / tindev

A tinder clone for developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tindev

A tinder clone for developers

Made by Greyson Mascarenhas Language count License

Features   |    Getting started   |    Contributing   |    License

demo-web demo-mobile

Features

  • React Js — A JavaScript library for building user interfaces
  • React Native — A lib that provides a way to create native apps for Android and iOS
  • Node Js — A web framework for Node Js
  • Express — A web framework for Node
  • MongoDB — A cross-platform and open-source document-oriented database
  • Socket IO — A library for realtime web applications

Getting started

  1. Clone this repo using git clone https://github.com/greysonmrx/tindev.git
  2. Move yourself to the appropriate directory: cd tindev

Getting started with the backend server

  1. Move yourself to the backend folder: cd backend
  2. Run yarn to install dependencies
  3. Run yarn dev to start the server

Run in Insomnia

Run in Insomnia}

Getting started with the frontend app

  1. Move yourself to the frontend folder: cd frontend
  2. Run yarn to install dependencies
  3. Run yarn start to start the web application

Getting started with the mobile app

  1. Move yourself to the mobile folder: cd mobile
  2. Run yarn to install dependencies
  3. Run yarn start to start the mobile app

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Made with ♥️ by Greyson 👋

About

A tinder clone for developers

License:MIT License


Languages

Language:JavaScript 97.8%Language:HTML 2.2%