/ToDo

Primary LanguageJavaScript


Logo

ToDo List

The project is a ToDo List that user can add, update and delete tasks.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

Basically the project is a login page with authentication and then a task area. Back-end works as an API and provide the pages.

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Node.js
  • NPM
  • MongoDB instance running

Installation

  1. Clone the repo

    git clone https://github.com/Carlos-E-Souza/ToDo.git
  2. Add your MongoDB local Url to the enviroment variables in your terminal.

  3. Add the other env. var's. to your terminal too.

  4. Install NPM packages

    npm install
  5. Then run this on terminal

    npm run start

    (back to top)