Skip to content

🔥 Network social for developers

License

Notifications You must be signed in to change notification settings

brenopolanski/tindev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

First of all, install the dependencies to run this app.

# Clone this repository
$ git clone [email protected]:brenopolanski/tindev.git

# Go into the repository
$ cd tindev

# Go into the backend and install dependencies
$ cd backend
$ yarn install

# Create .env file and add database url
$ echo "MONGO_URL='mongodb+srv:https://<username>:<password>@cluster0-dddme.mongodb.net/tindev?retryWrites=true&w=majority'" >> .env

# Run backend
$ yarn dev

# Go into the frontend and install dependencies
$ cd frontend
$ yarn install

# Run frontend
$ yarn start

# Go into the mobile and install dependencies
$ cd mobile
$ yarn install

# Run app (ios)
$ yarn ios

# Run app (android)
$ yarn android

Technologies

Backend:

Frontend:

Mobile:

Screenshots

Browser App

Mobile App

License

MIT License © Breno Polanski