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

https://github.com/geekrishabh/noderest

Node REST API with auth & basic CRUD
https://github.com/geekrishabh/noderest

monogodb moongoose nodejs

Last synced: 3 months ago
JSON representation

Node REST API with auth & basic CRUD

Awesome Lists containing this project

README

          

A boilerplate for **Node.js** web applications.

- [Features](#features)
- [Prerequisites](#prerequisites)
- [Getting Started](#getting-started)
- [Setting up Config](#setting-up-config)

Features
--------

- **Local Authentication** using Email and Password
- Node.js clusters support
- Email Templates
- **Account Management**
- Profile Details
- Change Password
- Forgot Password
- Reset Password
- CSRF protection
- **API Example**: for List CRUD

Prerequisites
-------------

- [MongoDB](https://www.mongodb.com/download-center/community)
- [Node.js 10+](http://nodejs.org)

Getting Started
---------------

The easiest way to get started is to clone the repository:

```bash
# Get the latest snapshot
git clone https://github.com/GeekRishabh/nodeREST.git nodeREST

# Change directory
cd nodeREST

# Install NPM dependencies
npm install

# Then simply start your app
npm run dev
```

Setting Up Config
------------------