Skip to content

ronaldscruz/tindev-rocketseat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omnistack Week Project: Tindev

Tinder for developers

How to run

Backend

The backend is relatively simple to run, you only need to set up an MongoDB Database. Then, install dependencies and run it!

yarn install
yarn start

Frontend

Only install dependencies and run it!

yarn install
yarn start

Mobile

In order to run this project's mobile version, you will need to set up an proper workspace for React Native (install SDKs, emulators, etc.). There are several guides you can find, I recommend this one:

https://codeburst.io/setting-up-development-environment-using-react-native-on-windows-dd240e69f776

Once you've done, install dependencies

yarn install

Then run it

react-native run-android