Skip to content

zatar-401-advanced-javascript/api-server

Repository files navigation

LAB - Class 09

Project: API Server

Author: Abdulhakim Zatar

Links and Resources

Setup

.env requirements

i.e.

  • PORT - Port Number
  • MONGODB_URI - DB Link

How to initialize/run your application

  • npm init -y
  • npm i express dotenv mongoose cors
  • npm i -D jest supertest eslint @code-fellows/supergoose(For tests)

How to use your library

  • node index.js

UML

UML