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
- Host: GitHub
- URL: https://github.com/geekrishabh/noderest
- Owner: geekrishabh
- Created: 2022-03-23T14:37:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T16:09:33.000Z (over 4 years ago)
- Last Synced: 2025-03-19T14:43:23.910Z (over 1 year ago)
- Topics: monogodb, moongoose, nodejs
- Language: JavaScript
- Homepage: https://rest-nodejss.herokuapp.com/
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
------------------