All Projects → emilioriosvz → Express Boilerplate

emilioriosvz / Express Boilerplate

🚀 Starter project for a RESTful API in Node with Express & mongoose component-based

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 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 (+31133.33%)
Mutual labels:  eslint, mongoose, mongodb, express, yarn, boilerplate
Express Rest Boilerplate
⌛️ Express starter for building RESTful APIs
Stars: ✭ 1,794 (+19833.33%)
Mutual labels:  rest-api, mongoose, mongodb, express, boilerplate
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (+255.56%)
Mutual labels:  eslint, mongodb, express, boilerplate, template
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (+6600%)
Mutual labels:  eslint, mongoose, mongodb, express, jwt-authentication
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 (+2033.33%)
Mutual labels:  rest-api, mongoose, mongodb, express, boilerplate
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (+7366.67%)
Mutual labels:  rest-api, mongodb, express, jwt-authentication, boilerplate
Nodejs Api Boilerplate
A boilerplate for kickstart your nodejs api project with JWT Auth and some new Techs :)
Stars: ✭ 364 (+3944.44%)
Mutual labels:  eslint, mongoose, mongodb, express, boilerplate
Node Express Boilerplate
A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
Stars: ✭ 890 (+9788.89%)
Mutual labels:  rest-api, mongoose, mongodb, express, boilerplate
Bulletproof Nodejs
Implementation of a bulletproof node.js API 🛡️
Stars: ✭ 4,369 (+48444.44%)
Mutual labels:  mongoose, mongodb, express, boilerplate
Js Stack Boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial –
Stars: ✭ 145 (+1511.11%)
Mutual labels:  eslint, express, yarn, 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 (+3311.11%)
Mutual labels:  mongoose, mongodb, express, jwt-authentication
Typescript Express Starter
🚀 TypeScript Express Starter
Stars: ✭ 238 (+2544.44%)
Mutual labels:  eslint, mongoose, mongodb, express
Koa Restful Boilerplate
Koa 2 RESTful API boilerplate
Stars: ✭ 146 (+1522.22%)
Mutual labels:  rest-api, mongoose, mongodb, boilerplate
Rest
REST API generator with Node.js, Express and Mongoose
Stars: ✭ 1,663 (+18377.78%)
Mutual labels:  rest-api, mongoose, mongodb, boilerplate
Node Express Mongo Api
Starter project for a REST API with Node.js, Express & MongoDB 🔋
Stars: ✭ 148 (+1544.44%)
Mutual labels:  rest-api, mongoose, mongodb, express
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (+3100%)
Mutual labels:  mongoose, mongodb, express, boilerplate
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (+1522.22%)
Mutual labels:  rest-api, mongoose, express, jwt-authentication
Nodejs Rest Api Project Structure Express
Nodejs project structure practices for building RESTful APIs using Express framework and MongoDB.
Stars: ✭ 134 (+1388.89%)
Mutual labels:  mongoose, mongodb, express, jwt-authentication
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 (+30122.22%)
Mutual labels:  mongoose, mongodb, express, boilerplate
Node Easy Notes App
A simple Note-Taking app built using Node.js, Express and Mongoose
Stars: ✭ 148 (+1544.44%)
Mutual labels:  rest-api, mongoose, mongodb, express

Express & mongoose REST API Boilerplate component based

PRs Welcome Code Climate Standard - JavaScript Style Guide

Getting Started

Clone the repo:

git clone [email protected]:emilioriosvz/express-boilerplate.git
cd express-boilerplate

Install yarn:

npm install -g yarn

Install dependencies:

yarn

Run the project in docker

Build the image:

docker build -t <your username>/express-boilerplate .

If the image was created correctly, you can see it doing:

docker images

Run the image:

docker run -p 3000:3000 -d --name express-boilerplate <your username>/express-boilerplate

Features

Todo list

If you like what you see, there are some tasks that would have to be done:

  • Add testing
  • Add code coverage
  • Add eslint
  • Add logger

Contributing

Contributions, questions and comments are all welcome.🤘

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].