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: 3 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T07:08:10.000Z (about 1 year ago)
- Last Synced: 2025-01-17T03:12:11.675Z (4 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