GithubHelp home page GithubHelp logo

ed2-lab's Introduction

Laboratorio Estructura de Datos II

Welcome to the Laboratorio Estructura de Datos II repository! This project is built using React and Express, aiming to provide a solution for all the problems and structures reviewed on ED2 course.

Table of Contents

Project Overview

This project has the objetive of resolve all the code challenges in the course.

Features

  • Separated Frontend and Backend
  • New Techologies
  • API REST usage
  • AVL Trees, data structures and usage of optimized memory

Installation

Follow these instructions to get the project up and running on your local machine.

  1. Clone Repository: git clone https://github.com/barryways/ED2-Lab
  2. Navigate to Backend: cd .\Backend\
  3. Install Backend Dependencies: npm install
  4. Navigate to Frontend: cd ..\Frontend\
  5. Install Frontend Dependencies: npm install

Usage

  1. Start the Backend Server:

    • Navigate to the backend directory.
    • Run npm run dev to start the Express server on developer mode.
  2. Start the Frontend:

    • Navigate to the frontend directory.
    • Run npm start to start the React development server.
  3. Access the App:

    • Open your web browser and go to http://localhost:3000 to access the application.

Backend

The project uses express to provide all the data to the frontend by a REST API, this helps to comunicate the project with new technologies. Using express has another reasons, like using a new language for the code courses in the university

Frontend

The project uses React to have a good relationship with the backend and use async functions for receive all the data, the frontend was though for looks good and easy to modify.

Contributing

Contributions are welcome! If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature-name
  3. Make your changes and commit them: git commit -m "Add feature"
  4. Push to the branch: git push origin feature-name
  5. Create a pull request detailing your changes.

Please follow the project's code of conduct and contribution guidelines.

License

This project has no license

ed2-lab's People

Contributors

barryways 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.