Giter VIP home page Giter VIP logo

123's Introduction

Turbo Repo

This repository utilizes Turbo Build to automate the process of building, testing, linting, and deploying.

Technologies Used

Front-end

  • React: JavaScript library for building user interfaces.
  • React Router DOM: Declarative and component-based navigation for React.
  • ReactFlow: Library for building interactive flow diagrams.

Back-end

  • Koa: Web framework for Node.js aiming to be a smaller, more expressive foundation for web applications and APIs.
  • MongoDB: NoSQL database.
  • Mongoose: Object-Document Mapping (ODM) for MongoDB.
  • dotenv: Loads environment variables from .env files.
  • koa-bodyparser: Middleware for Koa that parses request bodies.
  • koa-router: Middleware for routing in Koa.
  • koa2-cors: Middleware for Koa to enable Cross-Origin Resource Sharing (CORS).
  • node-fetch: Module providing an interface for making HTTP requests.
  • router: Routing library for Node.js.
  • jest: Testing Library

Project Configuration

  • turbo.json: Defines the build pipeline.
  • package.json (front-end): Specific configurations for the front-end.
  • package.json (backend): Specific configurations for the back-end.
  • package.json (dev-1): General project configurations.

My challenge report and decisions

Challenge Report

Backend Endpoints

Backend.MD

Frontend Design Data Flow

design data front

Running the Project

  1. Clone the repository:

    git clone https://github.com/kingjotaro/123
    
  2. Get into repository source:

    cd 123
    
  3. Install all dependencies:

    npm install
    
  4. Create .env file with MONGO_URI:

    Create a .env file with your MONGO_URI or use that

    MONGO_URI='mongodb+srv://rafaelleet:[email protected]/?retryWrites=true&w=majority&appName=Vum-c0/'
    

    to connect to your data on the backend repository root.

  5. Execute Turbo Dev:

    npm run dev
    

For more information, refer to the official Turbo documentation.

123's People

Contributors

kingjotaro avatar davidreisbr avatar nick-gabe avatar

Stargazers

Cristiano avatar

Watchers

 avatar

123's Issues

unfinished tasks

  • backend testes

  • error handling

  • frontend errors

  • Make all criteria points

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.