UNPKG

northwind-rest-api

Version:

Local REST API Exposing 'Northwind Traders' Database.

19 lines (17 loc) 1.42 kB
function splashScreen() { console.log(` ███  ██  ██████  ██████  ████████ ██  ██ ██  ██ ██ ███  ██ ██████  ████  ██ ██    ██ ██   ██    ██    ██  ██ ██  ██ ██ ████  ██ ██   ██  ██ ██  ██ ██  ██ ██████   ██  ███████ ██  █  ██ ██ ██ ██  ██ ██  ██  ██  ██ ██ ██  ██ ██   ██  ██  ██   ██ ██ ███ ██ ██ ██  ██ ██ ██  ██  ██   ████  ██████  ██  ██  ██  ██  ██  ███ ███  ██ ██   ████ ██████   __________________________________________________________________________ http://localhost:3030/api/products http://localhost:3030/api/employees http://localhost:3030/api/suppliers http://localhost:3030/api/categories http://localhost:3030/api/contact-us http://localhost:3030/api/register http://localhost:3030/api/login`); } module.exports = splashScreen;