Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craftingweb/node-assignment-1
https://github.com/craftingweb/node-assignment-1
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/craftingweb/node-assignment-1
- Owner: craftingweb
- Created: 2023-07-06T17:35:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-06T20:51:47.000Z (over 1 year ago)
- Last Synced: 2024-06-03T23:24:51.167Z (6 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.