Code Monkey home page Code Monkey logo

tindev's Introduction

Tindev
Tindev: A tinder clone for developers 🔥

GitHub language count GitHub top language GitHub license GitHub last commit

Technologies   |    Getting started   |    How to contribute   |    License

🚀 Technologies

This project was developed with the following technologies:

Extras:

💺 Getting started

These instructions will get you a copy of the full project up and running on your local machine for development and testing purposes.

Setting up the development environment

The project is developed using Git. Git is a free and open source distributed version control system. Download Git.

The project can be built with npm or Yarn, so choose one of the approach bellow in case you don't have any installed on your system.

  • npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer. Download Node.js.
  • Yarn is a package manager built by Facebook Team and seems to be faster than npm in general. Download Yarn.

Cloning the project

You can obtain the project by running the instruction bellow on your terminal:

git clone https://github.com/diegomais/tindev.git

Setting up the database

The project uses MongoDB.

We recommend use Docker to install and run the database above.

  1. Install Docker Desktop.
  2. Start a MongoDB instance: docker run --name tindev-mongo -p 27017:27107 -d mongo

API

Adding environment variables

  1. Rename the file .env.example on backend directory to .env.
  2. Add the MongoDB URI (e.g. mongodb://localhost:27017/tindev) into .env file.

Installing dependencies and running the server

Run the instructions bellow inside backend directory:

  1. npm install
  2. npm run dev

or

  1. yarn install
  2. yarn dev

Web

Web application available at https://diegomais-tindev.netlify.app.

Adding environment variables

  1. Rename the file .env.example on frontend directory to .env.
  2. Add the API URL (e.g. http://localhost:3333) into .env file.

Installing dependencies and running the web application

Run the instructions bellow inside frontend directory:

  1. npm install
  2. npm start

or

  1. yarn install
  2. yarn start

Mobile

With an Android phone, you can load this project immediately at https://expo.io/@diegomais/tindev.

Setting up the development environment

Follow the instructions for Expo CLI available in the official React Native Documentation.

Adding environment variables

  1. Rename the file environment.example.js on mobile directory to environment.js.
  2. Add the API URL (e.g. http://localhost:3333) into .env file.

Installing dependencies and running the mobile application

Run the instructions bellow inside mobile directory:

  1. npm install
  2. expo start

or

  1. yarn install
  2. expo start

🤔 How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m '[feat](scope) My new feature';
  • Push to your branch: git push origin my-feature.

After the merge of your pull request is done, you can delete your branch.

📝 License

This project is under the MIT license. See the LICENSE for more details.


Made with ❤️ by Diego Mais 👋.

tindev's People

Contributors

dependabot[bot] avatar diegomais avatar renovate-bot avatar snyk-bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.