Skip to content

The REST API for the on-track app that allows users to add, update, and delete to-do items.

Notifications You must be signed in to change notification settings

pnguyen44/on-track-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

On Track

A full stack app that allows users to add, update, and delete to-do items. It was created using Node.js, Express, MongoDB, Mongoose, JavaScript, React, HTML, CSS, and Material-UI.

on-track app

Deployed apps and repositories

Resource URL
client side, deployed https://pnguyen44.github.io/on-track/
client app repo https://github.com/pnguyen44/on-track
server api, deployed https://on-track-api.herokuapp.com/
server api repo https://github.com/pnguyen44/on-track-api

API Endpoints

Verb URI Pattern Controller#Action
GET /todos todos#index
POST /todos todos#create
GET /todos/:id todos#show
PATCH /todos/:id todos#update
DELETE /todos/:id todos#destroy

Development

Install Dependencies

npm install

Start server

npm run start

Deploy To Heroku

git push heroku master

Technologies Used

  • Front End

    • React JS
    • React Router
    • Javascript
    • Material UI
    • HTML
    • CSS
    • Node Package Manager
  • Back End

    • Node.js
    • Express
    • MongoDB
    • Heroku

About

The REST API for the on-track app that allows users to add, update, and delete to-do items.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published