Giter Club home page Giter Club logo

find-your-duo's Introduction

Find-your-DUO

NextLevelWeek eSports | Find-your-DUO

GitHub language count Repository size Made by EliezerGarbin GitHub last commit License Stargazers

Run in Insomnia

Project   |    Technologies   |    Layout   |    How To Use   |    How to contribute   |    License

Project

The project is called Find your Duo. It is a platform to find the perfect partner to play your favorite game together.

Backend

Using tools like Typescript, Node.js(Runtime), Prisma(ORM) and Express(Framework) connected to db SQLite, we create tables and HTTPs requests where it creates database queries, making a RESTful API fully usable.

Frontend

Typescript, React + React Hooks(lib), vite(build tool), Tailwind CSS(framework) and Axios to make HTTPs requests and leave a more basic syntax in the code. Delivering an application with end-to-end asynchronous functions and integrated with our Backend

Mobile

Technologies such as React Native + React Hooks and Expo (a tool that brings a series of pre-configured components and an easy way to test the application) were consumed. Create navigation routes for the user and Game and Match Cards with other players and make it possible to receive an Invitation Notification from the other player using the Token generated by your mobile phone.

Example

Technologies

This project was developed with the following technologies:

Layout

To access the layout use Figma.

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js + npm installed on your computer.

From your command line:

Install Back-end

# Clone this repository
$ git clone https://github.com/EliezerGarbin/Find-your-DUO.git

# Go into the repository
$ cd Find-your-DUO/server

# Install dependencies
$ npm install

# Run Migrates
$ npx prisma init --datasource-provider SQLite
$ npx prisma migrate dev

# Create datas
$ npx prisma studio

# Start server
$ npm run dev

# running on port 3333

Install Front-end

# Clone this repository
$ git clone https://github.com/EliezerGarbin/Find-your-DUO.git

# Go into the repository
$ cd Find-your-DUO/web

# Install dependencies
$ npm install

# Run
$ npm run dev

# running on port 5173

Install Mobile

# Clone this repository
$ git clone https://github.com/EliezerGarbin/Find-your-DUO.git

# Go into the repository
$ cd Find-your-DUO/mobile

# Install dependencies
$ npm install

# Run
$ expo start

# Expo will open, just scan the qrcode on terminal or expo page

How to contribute

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.

License

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

Made with by Eliézer Garbin 👋 Get in touch!

find-your-duo's People

Contributors

eliezergarbin avatar

Stargazers

Roman avatar Derickson Loss 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.