All Projects â†’ nparsons08 â†’ boilerplate-express-api

nparsons08 / boilerplate-express-api

Licence: other
🔋Boilerplate Express API w/ Support for ES6 Features

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to boilerplate-express-api

express-ts-api-boilerplate
Express TypeScript API Boilerplate
Stars: ✭ 15 (-31.82%)
Mutual labels:  express-js, nodejs-server
ExpressJS-SocketIO-Boilerplate
📦 Simple Express.js & Socket.io Boilerplate
Stars: ✭ 31 (+40.91%)
Mutual labels:  express-js, nodejs-server
teaching-nodejs-expressjs-framework-spring-2019-2020
Complete Node-Express Application
Stars: ✭ 16 (-27.27%)
Mutual labels:  express-js, nodejs-server
auto-async-wrap
automatic async middleware wrapper for expressjs errorhandler.
Stars: ✭ 21 (-4.55%)
Mutual labels:  express-js
express-crud-router
Simply expose resource CRUD (Create Read Update Delete) routes for Express & Sequelize. Compatible with React Admin Simple Rest Data Provider
Stars: ✭ 109 (+395.45%)
Mutual labels:  express-js
service
Service for storing and computing BundleWatch data
Stars: ✭ 17 (-22.73%)
Mutual labels:  nodejs-server
mern-boilerplate
React + Express + Webpack + Mongo = MERN Stack Boilerplate
Stars: ✭ 39 (+77.27%)
Mutual labels:  express-js
mern-ecommerce
MERN Stack ecommerce site
Stars: ✭ 122 (+454.55%)
Mutual labels:  express-js
ObsidianBookmark
Chrome extension and nodejs server to allow web clipping to Obsidian.
Stars: ✭ 122 (+454.55%)
Mutual labels:  nodejs-server
gancio
a shared agenda for local communities (with activitypub support)
Stars: ✭ 21 (-4.55%)
Mutual labels:  express-js
peasy-js-samples
Showcases business logic built with peasy-js and consumed by multiple clients
Stars: ✭ 19 (-13.64%)
Mutual labels:  express-js
jsShooter
html5 multiplayer game with nodejs server
Stars: ✭ 21 (-4.55%)
Mutual labels:  nodejs-server
BotBlock.org
BotBlock - The List of Discord Bot Lists and Services
Stars: ✭ 29 (+31.82%)
Mutual labels:  express-js
nodetomic-api
RESTful API Nodejs designed for horizontal scalability with support for cluster, based on Express, MongoDB, Redis, JWT, Socket.io, Passport.
Stars: ✭ 41 (+86.36%)
Mutual labels:  nodejs-server
babyfoot
Simple CQRS/ES Node+Express+TypeScript REST API
Stars: ✭ 14 (-36.36%)
Mutual labels:  express-js
express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (+277.27%)
Mutual labels:  express-js
socketChat
💬 A real-time messaging application built using Socket.IO and Express
Stars: ✭ 31 (+40.91%)
Mutual labels:  express-js
server-dashboard
Server-side code for a server monitoring system created by Micheal Pearce
Stars: ✭ 16 (-27.27%)
Mutual labels:  nodejs-server
MERN-Ecommerce
An E-commerce app built using MERN stack. It has 4 social login options and implements email verification as well. Stripe and Paypal payment gateways are implemented.
Stars: ✭ 50 (+127.27%)
Mutual labels:  express-js
maya
MayaJS is not a wrapper for ExpressJS or Fastify. We use our own routing library and it has capabilities to use third party middlewares.
Stars: ✭ 48 (+118.18%)
Mutual labels:  nodejs-server

Boilerplate Express API (REST)

🔋Boilerplate Express API (REST) w/ Support for ES6 Features

Getting Started

Step 1

git clone [email protected]:nparsons08/boilerplate-express-api.git api

Step 2

cd api && yarn build && yarn start

Step 3

open https://localhost:3000

Building

All code lives in the /src directory. To build the API, run yarn build from the root of the directory. This will call build.sh and transpile all E6S JavaScript to vanilla JavaScript. The transpiled code will then be in the /dist directory.

Running the API

To run the API, use yarn start from the root of the directory. The API will spin up on port 3000 and provide you with feedback in the terminal.

Docker Support

To build a Docker image and launch it, all you have to do is run ./Docker.sh. Note: Make sure to run yarn build prior to building your Docker image.

Blog Posts

Coming Soon!

Happy Coding!

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