Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Simple CRUD API using express and JSON mock server
https://github.com/joakimteixeira/crud-express

api-rest crud express handlebarsjs javascript mock-server nodejs nodemon uuid

Last synced: 7 days ago
JSON representation

Simple CRUD API using express and JSON mock server

Awesome Lists containing this project

README

        

# Crud Express

Simple server-side rendering CRUD API, using express and JSON mock server

[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)

## Running the Project

To get started, fork the repository, clone it, and then run the following commands:

npm install
npm run start:dev