https://github.com/jlmonteagudo/node-server-crud-sample
RESTful API, developed with Node, Express and Mongoose. This server is part of a system composed by this server and a front end application developed with Angular that shows how to develop a CRUD system.
https://github.com/jlmonteagudo/node-server-crud-sample
angular crud express mean mean-stack mongoose nodejs rest-api restful-api
Last synced: 3 months ago
JSON representation
RESTful API, developed with Node, Express and Mongoose. This server is part of a system composed by this server and a front end application developed with Angular that shows how to develop a CRUD system.
- Host: GitHub
- URL: https://github.com/jlmonteagudo/node-server-crud-sample
- Owner: jlmonteagudo
- Created: 2018-03-23T13:30:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T16:01:10.000Z (about 7 years ago)
- Last Synced: 2025-03-14T01:31:39.230Z (3 months ago)
- Topics: angular, crud, express, mean, mean-stack, mongoose, nodejs, rest-api, restful-api
- Language: JavaScript
- Size: 85.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD Sample Server
A RESTful API generated by [generator-rest](https://github.com/diegohaz/generator-rest).
## Description
This server is part of a system composed by this server and a front end application developed with Angular that shows how to develop a CRUD system.
The server is a RESTful API, developed with Node, Express and Mongoose.
You can found the Angular front application in [https://github.com/jlmonteagudo/ng-material-crud-sample](https://github.com/jlmonteagudo/ng-material-crud-sample).
## Features
- **RESTful API**
- **Authorization and Authentication system**
- **Filtering, sorting and pagination**
## Run
To run the system, at first place you need to have an instance of MongoDB running.
You have to rename the file .env.example to .env
To run this server you have to run this command: `npm run dev`