Skip to content

sdcorp/rest-api-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic REST API Template

This is a simple REST API with one CRUD flow, written by MVC pattern.

Stack: NodeJS, Express, MongoDB.

The project has nice error-handling and server-side validation.

You can easily to test api, using Postman.


Installation

# Install the dependencies with npm

$ npm install

Run

For development:

$ npm run dev

FAQ

Invalid connection string

If you got this error in the terminal, it's need to replace DATABASE field in .env.development file on your own database connection string

About

REST API Template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published