Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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