Skip to content

northcoders-dev/EMaC-tech-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README - Lizzo’s Juicy Juice Bar - The Server

Prerequisites

  • Node
  • npm

Getting Started

Before attempting anything, ensure you have run npm i in this directory to install all dependencies.

Testing

All tests are in the test directory. We use jest and supertest to test our server. Run npm t to execute tests.

Running Dev Server

Run npm run dev to run the development server. It is configured to run on localhost:9090 by default.

Endpoints

  • /api
    • GET - Returns a 200 and an ok message when the server is online

(P.S. If you're looking for the instructions, check out INSTRUCTIONS.md)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published