1.0.7 • Published 6 years ago
norify v1.0.7
🚀 Get Up and Running in few seconds
Install the norify.
npm install -g norifyCreate a NodeJS API starter from CLI.
# create a new starter norifyGo Inside Generated Project.
cd ./geneatedProjectAdd Values Inside ENV Variables.
Start Server.
npm start
| Feature | 🔰 Done |
|---|---|
| ES6+ with Babel Node | ✔️ |
| ENV | ✔️ |
| Live reload (nodemon + babel) | ✔️ |
| Role Based Authentication | ✔️ |
| Mongoose and CRUD | ✔️ |
| Scalable Database Schema | ✔️ |
| Mongoose Debug | ✔️ |
| Forgot Password | ✔️ |
| Mail Send | ✔️ |
| Global Error Catch | ✔️ |
| Sorting | ✔️ |
| Limit fields | ✔️ |
| Pagination | ✔️ |
| File Upload (using Object storage) | ❌ |
| Image Processing (using web worker) | ❌ |
| Streaming of file | ❌ |
| Socket.io | ❌ |
| PM2 ready deployment | ❌ |
| GraphQL Version (coming up next) | ❌ |
Authentication Explaination
:memo: License
Licensed under the MIT License.