Coder Social home page Coder Social logo

todo-list's Introduction

Todo List Project

Made by Joao Paulo License TypeScript server Node.js web React


AboutTechnologiesHow to download the projectLicenseDeveloper


🔖 About

Todo List is a system to manage your task.

A fullstack project where backend was developed using NodeJS to developer the Rest API, ReactJS to developer the Frontend and MySQL as a database.


🛠 Technologies

The following technologies/tools were used:


📎 How to download the project

👉 Tools needed:
  • Vscode was used in this project;
  • Node.Js - Installed on your machine;
  • Git - Installed on your machine;
👉 Install dependencies:
#-> In the terminal:

# Clone repository:
$ git clone https://github.com/joaorpereira/todo-list.git

# To run the frontend:
-> $ cd client
-> $ cd api 

# Install dependencies:
$ npm install  # In the client folder
$ yarn # In the api folder

# Start the project
$ npm start # In the client folder
$ yarn dev # In the api folder

# After loading the project it will automatically open a tab in the default browser.

MySQL database

Create MySQL schema using MySQL Workbench:
MYSQL credentials:
  PORT=3003
  TYPEORM_CONNECTION = 
  TYPEORM_HOST = 
  TYPEORM_USERNAME = 
  TYPEORM_PASSWORD = 
  TYPEORM_DATABASE = 
  TYPEORM_PORT = 3306
  TYPEORM_MIGRATIONS = src/database/migrations/*.ts
  TYPEORM_MIGRATIONS_DIR = src/database/migrations
  TYPEORM_ENTITIES = src/entities/*.ts
  TYPEORM_ENTITIES_DIR = src/entities
Create MySQL migrations:
$ yarn typeorm migration:create -n CreateTasks
Run MySQL migrations:
$ yarn typeorm migration:run
Tssks Table
    id INT PRIMARY KEY,
    title VARCHAR(255) NOT NULL,
    description VARCHAR(255),
    username VARCHAR(255),
    status BOOL DEFAULT false,
    created_at DATETIME NOT NULL,

📜 License

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


👨‍💻 Developer

Foto
Joao Paulo 🚀

Developed by Joao Paulo.

Linkedin Joao Paulo Rodrigues gmail Joao Paulo

todo-list's People

Contributors

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