Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alonach/heroprojectnode
Project of Node advanced course in BC with building REST server
https://github.com/alonach/heroprojectnode
crud express node
Last synced: 2 months ago
JSON representation
Project of Node advanced course in BC with building REST server
- Host: GitHub
- URL: https://github.com/alonach/heroprojectnode
- Owner: AlonaCh
- Created: 2024-02-26T09:28:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T07:08:10.000Z (10 months ago)
- Last Synced: 2024-03-11T08:27:49.529Z (10 months ago)
- Topics: crud, express, node
- Language: JavaScript
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Superhero project
- Here a CRUD operations is used
- We need to have rest server running## Tasks
- Create a folder for the project
- Create json file for the data
- Create data storage layer for the data with all necessary methods.
- Create REST server (indexREST.js)
- Create a single-page application to use the data