klacewho / basic-api-server

Lab 03 - Build a REST API using Express, by creating a proper series of endpoints that perform CRUD operations on a database, using the REST standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

basic-api-server

Lab 03 - Build a REST API using Express, by creating a proper series of endpoints that perform CRUD operations on a database, using the REST standard

LAB - Class 03

Project: Basic API Sever

Author: Klace Koch

Links and Resources

Setup

npm install express jest supertest

.env requirements (where applicable)

i.e.

  • PORT - Port Number

How to initialize/run your application (where applicable)

npm start

How to use your library (where applicable)

Tests

  • How do you run tests? npm test
  • Any tests of note?
  • Describe any tests that you did not complete, skipped, etc

UML

UML Example

About

Lab 03 - Build a REST API using Express, by creating a proper series of endpoints that perform CRUD operations on a database, using the REST standard

License:MIT License


Languages

Language:JavaScript 100.0%