/mobile-and-web-api

A REST API created for the Mobile & Web Tech 2 module.

Primary LanguageJavaScript

Express API

This is a REST-ful service created for the to-do list task management application for the mobile and web tech module.

Running The App

To run the app, open the terminal and ensure you are in the API directory. Run the server using the npm CLI tool. Open the termianl and execute the following command:

npm start

Testing

Use Postman for API testing.