andychuong / simple-snacks-api

Simple Snacks API Based off the RESTful model and MVC architecture. Uses Node.js and Express

Home Page:https://pacific-everglades-10247.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Snacks API

Simple snacks RESTful API created with Node.js and Express using the MVC architecture.

Routes:

  • GET /snacks
  • GET /snacks/:id
  • POST /snacks
  • PUT /snacks/:id
  • DELETE /snacks/:id

Setup

  1. Fork and clone this repository
  2. Run npm install or yarn
  3. Run the tests with npm test
  4. Run the server in development mode with npm run dev or run it in production mode with npm start

About

Simple Snacks API Based off the RESTful model and MVC architecture. Uses Node.js and Express

https://pacific-everglades-10247.herokuapp.com/


Languages

Language:JavaScript 96.2%Language:HTML 2.7%Language:CSS 0.9%Language:Shell 0.2%