You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a basic REST API with NodeJS and wrote an application to test the API. The REST API will allow for the management of a collection of messages, with an SQLite database to read, create, modify and delete entries. NodeJS application file named server.js. It defines the REST API in this file. and uses Express to create a server and define ro…