Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/navarroaxel/crud-express

A CRUD example using expressjs
https://github.com/navarroaxel/crud-express

Last synced: about 1 month ago
JSON representation

A CRUD example using expressjs

Awesome Lists containing this project

README

        

# CRUD example

## Setting up the project

```bash
npm ci
npm start
```