Skip to content

helenapaixao/Tindev-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 

Repository files navigation


TinDev

Tindev

The monorepo of a clone of tinder mobile and web app, built in a Omnistack Week

License MIT


Features

This app features all the latest tools and practices in mobile development!

  • βš›οΈ 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
  • πŸ“„ 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 git@github.com:CarlosLevir/tindev.git
  2. Move yourself to the appropriate directory: cd tindev
  3. Run yarn to install dependencies
  4. Run lerna bootstrap to install the packages dependecies

Getting started with the backend server

  1. Move yourself to the backend folder: cd backend
  2. Create a .env file and add the MongoDB url connection in MONGO_URL field
  3. Run yarn dev to start the server

Getting started with the frontend app

  1. Move yourself to the frontend folder: cd frontend
  2. 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 react-native run-ios (or run-android if your prefer) to start the mobile app

Note: If you choose to start the mobile app in the android emulator, you will have to start the emulator before using the run-android command.

License

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

About

πŸ”₯ A tinder clone for developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published