Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Maganager Project

Introducción || Introduction

Este es un proyecto para manejar tareas del día a día con un diseño intuitivo para que cualquier persona pueda utilizarlo sin necesidad de confundirse, este esta creando con diversas tecnologías tanto del apartado del Backend como el apartado del Frontend.


This is a project to manage daily tasks with an intuitive design so that anyone can use it without getting confused. It is being created with various technologies from both the Backend and Frontend areas.

Backend

Frontend

Instalación || Installation

Backend

  1. Ingresar a la terminal de Visual Studio Code e instalar las dependencias que estan dentro de la carpeta TaskManager (npm install).
  2. Ir a la sección donde dice databases y copiar y pegar dentro de tu gestor de bases de datos de MySQL.
  3. Cambiar en el archivo db.js los datos a los datos de tu base de datos (host, port, user, password, database).
  1. Open the terminal in Visual Studio Code and install the dependencies located in the TaskManager folder (npm install).
  2. Go to the section labeled "databases" and copy and paste it into your MySQL database manager.
  3. Update the `db.js` file with your database information (host, port, user, password, database).

Frontend

  1. Ingresar a la terminal de Visual Studio Code e instalar las dependencias que estan dentro de la carpeta TaskManager/Client (npm install).
  1. Open the terminal in Visual Studio Code and install the dependencies located in the TaskManager/Client folder (npm install).

inicialización || initialisation

  • Entrar a la carpeta TaskManager y ya que estemos aqui escribimos en la terminal de Visual "npm run dev" para iniciar el server del Backend.
  • Entrar a la carpeta TaskManager/Client y ya que estemos aqui escribimos en la terminal de Visual "npm run dev" para iniciar el server del Frontend.
  • Entrar al link que abrio la terminal de TaskManager/Client para poder usar el proyecto, se ve de esta manera: (http://localhost:1234).

  • Navigate to the TaskManager folder, and once there, type "npm run dev" in the Visual Studio terminal to start the Backend server.
  • Navigate to the TaskManager/Client folder, and once there, type "npm run dev" in the Visual Studio terminal to start the Frontend server.
  • Open the link that the TaskManager/Client terminal provides to use the project. It will look like this: (http://localhost:1234).

About

A task manager project with technologies such as ReactJS, ExpressJs, MySql, NodeJs.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages