Tindev: A tinder clone for developers

Tindev: A tinder clone for developers

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

API

Installing dependencies and running the server

Run the instructions bellow inside packages/api directory:

  1. npm install
  2. npm run dev

or

  1. yarn install
  2. yarn dev

Web

Installing dependencies and running the web application

Run the instructions bellow inside packages/web directory:

  1. npm install
  2. npm start

or

  1. yarn install
  2. yarn 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.

Download Details:

Author: diegomais

Demo: https://diegomais-tindev.netlify.app/

Source Code: https://github.com/diegomais/tindev

#nodejs #node #javascript

Tindev: A tinder clone for developers
13.55 GEEK