Code Monkey home page Code Monkey logo

tindev's Introduction

A Tinder clone that makes matches between developers ๐Ÿ”ฅ

๐Ÿ› ๏ธ Technologies

โš™๏ธ Requirements

๐Ÿš€ Installation

$ git clone https://github.com/gabrielsanttana/tindev

๐Ÿ“ฆ API

Before running the API, it's necessary to have a database setup on a MongoDB Atlas Cluster. With that, create a .env file in the backend folder root and put these keys in environment variables and they'll work on the mongoose connection string.

Example:

MONGODB_USERNAME=username
MONGODB_PASSWORD=123456
MONGODB_CLUSTER_URL=cluster0-lfmbb.mongodb.net

If you prefer, you can just place your connection string on the server.js file:

mongoose.connect(`mongodb+srv...`);

Then:

$ cd tindev/backend
$ npm install
$ npm run dev

The API will start serving on http://localhost:3333

Note: It's important to have the API running to be able to properly run the web and mobile app

๐Ÿ’ป Web

$ cd tindev/frontend
$ npm install
$ npm start

The application will pop-up in the browser on http://localhost:3000

๐Ÿ“ฑ Mobile

๐Ÿšง Under construction ๐Ÿšง

โš–๏ธ License

MIT License

tindev's People

Contributors

gabrielsanttana avatar dependabot[bot] avatar

Stargazers

Roman avatar Scribendy avatar Mahamdi Mohammed (Amine) avatar  avatar

Watchers

 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.