Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/craftingweb/node-assignment-1


https://github.com/craftingweb/node-assignment-1

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Node-Assignment-1

In this assignment, you will design and build your own RESTful API using Node.js and Express. The API should handle CRUD operations (Create, Read, Update, Delete) for a specific resource. You will create a sample resource directly in the server.js file instead of using a database.