All Projects â†’ pedrokehl â†’ Starter Nodejs Rest

pedrokehl / Starter Nodejs Rest

Licence: mit
DEPRECATED!! Starter for a Node.js REST Application using MongoDB and JSON Web Token

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Starter Nodejs Rest

Mern
🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
Stars: ✭ 175 (+503.45%)
Mutual labels:  mongodb, express, starter-kit, jwt, boilerplate
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+4248.28%)
Mutual labels:  mongodb, express, starter-kit, jwt, boilerplate
Mern Boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
Stars: ✭ 112 (+286.21%)
Mutual labels:  mongodb, express, jwt, boilerplate
Express Mongodb Rest Api Boilerplate
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose).
Stars: ✭ 153 (+427.59%)
Mutual labels:  mongodb, express, jwt, boilerplate
Graphql Mongodb Server
A GraphQL MongoDB server.
Stars: ✭ 242 (+734.48%)
Mutual labels:  mongodb, express, boilerplate
Node Express Boilerplate
A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
Stars: ✭ 890 (+2968.97%)
Mutual labels:  mongodb, express, boilerplate
Express Mongoose Es6 Rest Api
💥 A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication
Stars: ✭ 2,811 (+9593.1%)
Mutual labels:  mongodb, express, boilerplate
Securing Restful Apis With Jwt
How to secure a Nodejs RESTful CRUD API using JSON web tokens?
Stars: ✭ 301 (+937.93%)
Mutual labels:  mongodb, express, jwt
Mevn Stack
A Quickstart for building an Express API with a VueJS Admin Portal
Stars: ✭ 178 (+513.79%)
Mutual labels:  mongodb, express, boilerplate
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (+893.1%)
Mutual labels:  mongodb, express, boilerplate
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (+958.62%)
Mutual labels:  mongodb, express, jwt
Mern Boilerplate
MERN stack project boilerplate
Stars: ✭ 211 (+627.59%)
Mutual labels:  mongodb, express, boilerplate
Saas
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
Stars: ✭ 2,720 (+9279.31%)
Mutual labels:  mongodb, express, boilerplate
Hackathon Starter Kit
A Node-Typescript/Express Boilerplate with Authentication(Local, Github, Facebook, Twitter, Google, Dropbox, LinkedIn, Discord, Slack), Authorization, and CRUD functionality + PWA Support!
Stars: ✭ 242 (+734.48%)
Mutual labels:  mongodb, express, starter-kit
Node Rem
Node REM - NodeJS Rest Express MongoDB and more: typescript, passport, JWT, socket.io, HTTPS, HTTP2, async/await, nodemailer, templates, pagination, docker, etc. Live Demo: https://node-rem-ngduc.vercel.app
Stars: ✭ 192 (+562.07%)
Mutual labels:  mongodb, express, boilerplate
Fullstack Apollo Express Mongodb Boilerplate
💥A sophisticated GraphQL with Apollo, Express and MongoDB boilerplate project.
Stars: ✭ 301 (+937.93%)
Mutual labels:  mongodb, starter-kit, boilerplate
Express Rest Api Boilerplate
Express REST API with JWT Authentication and support for sqlite, mysql, and postgresql
Stars: ✭ 384 (+1224.14%)
Mutual labels:  express, jwt, boilerplate
Nodejs Api Boilerplate
A boilerplate for kickstart your nodejs api project with JWT Auth and some new Techs :)
Stars: ✭ 364 (+1155.17%)
Mutual labels:  mongodb, express, boilerplate
Express Boilerplate
🚀 Starter project for a RESTful API in Node with Express & mongoose component-based
Stars: ✭ 9 (-68.97%)
Mutual labels:  mongodb, express, boilerplate
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (+2217.24%)
Mutual labels:  mongodb, express, boilerplate

Code Climate

- DEPRECATED!!!
- This project was made more than one year ago, and is not maintained anymore.

[DEPRECATED] Starter for a NODE.js REST Application

Boilerplate using Node.js, MongoDB and JSON Web Token.

Features:

  • MongoDB connection with easy configuration
  • Client folder will use the same host of your API
  • Token validation to protect your API
  • Easy project structure to create routes and controllers in separate files
  • Login and registration
  • Recover account sending an email with an unique token
  • Easy environment configuration
  • Usage of ES6's features
  • Airbnb code style
  • HTML email template
  • Log all requests and errors easily
  • Mongoose schemas

Requirements

Getting Started

# Get the latest snapshot
git clone --depth=1 https://github.com/pedrokehl/starter-nodejs-rest.git

# Change directory
cd starter-nodejs-rest

# Install NPM dependencies
npm install

# Start your mongoDB and then simply start your app
npm start

What's next?

  • Client side example with React
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].