/TodoApp

Primary LanguageJavaScript

npm NodeJs

To Do API

Table of Contents

  1. Built With
  2. Prerequisites
  3. Installation
  4. Contact

Built With

Prerequisites

  • Node version
    14.x
  • Npm version
    6.x

Installation

  1. Clone the repo
    git clone https://github.com/ClawGibson/TodoApp.git
  2. Install dependencies
    yarn
  3. Create your .env file root\.env
    MONGODB = 'Your mongodb url connection'
    API_URL = 'Your api url'
    DBNAME = 'Your database name'
    SECRET = 'Your secret'
  4. Run
    yarn dev
     
    yarn start

Contact

Gamaliel Bernal - Gamaliel Joaquín - gamalielbj@gmail.com

Project Link: https://todo-app-api-gama.herokuapp.com/