Marvel-Ib / ToDo-List

using the pern stack to create a simple ToDo application

Home Page:https://marvel-pern-todo.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Click to see the live app: Todo-List

About

A Node app built with ExpressJs React and PostgreSql.

Node provides the RESTful API. React provides the frontend and accesses the API. PostgreSql stores the data.

RestEndPoint

The server implementation supports GET, POST, PUT, and DELETE.

GET Request - Gets all ToDos

GET /todos

POST Request - Creates a new ToDo

POST /todos

POST Body

{"description":"clean my room"}

PUT Request - Updates a ToDo

PUT todos/[id]

PUT Body

{"description":"change to sweep"}

DELETE Request - Deletes a ToDo

DELETE /todos/[id]

FrontEnd

Template from the Stoic Programmer

Usage

Installation

  1. clone the repo $ git clone https://github.com/Marvel-Ib/ToDo-List.git

  2. Change directories into the Client and Server folder Install the dependencies $ npm install

  3. To serve in the browser run in both directories $ npm start

App Info

Author

Ibironke Marvellous

About

using the pern stack to create a simple ToDo application

https://marvel-pern-todo.herokuapp.com/


Languages

Language:JavaScript 67.4%Language:HTML 22.7%Language:CSS 8.4%Language:TSQL 1.5%