Skip to content

A tinder clone for developers meet to pair programming

License

Notifications You must be signed in to change notification settings

codeferreira/TinDev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinDev

TinDev is a Tinder clone made by developers to developers. It's a way to find others developers to exchange knowledge and help each other.

GitHub issues GitHub forks GitHub stars GitHub license

Images

Installation

To use this repo you will need nodejs@10.* installed in yout machine.

First of all, clone the repository.

git clone https://github.com/JKFher/TinDev.git

Backend

  1. Enter into the backend folder. cd backend.
  2. Install all the dependencies. yarn or npm i.
  3. Change the Mongoose connection URL into the routes.js file.
mongoose.connect(URL_CONNECTION, 
  {
    useNewUrlParser: true
  }
);
  1. Start the application. yarn dev or npm run dev.
  2. Have fun!

Frontend

  1. Enter into the frontend folder. cd frontend.
  2. Install all the dependencies. yarn or npm i.
  3. Start the application. yarn start or npm run start.
  4. Have fun!

Mobile

  1. Enter into the frontend folder. cd frontend.
  2. Install all the dependencies. yarn or npm i.
  3. Make sure that you have everything to run React Native Applications.
  4. Start the application. react-native run-android.
  5. LINUX/OSX - Start the node server. react-native start
  6. Have fun!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A tinder clone for developers meet to pair programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published