All Projects β†’ heroku β†’ Node Js Getting Started

heroku / Node Js Getting Started

Getting Started with Node on Heroku

Projects that are alternatives of or similar to Node Js Getting Started

Push Starter
React Redux Starter with SSR πŸ€–
Stars: ✭ 43 (-95.07%)
Mutual labels:  heroku, express
Bandwidth Hero Proxy
⚑️ Proxy that compresses images to low-resolution
Stars: ✭ 130 (-85.09%)
Mutual labels:  heroku, express
Gitwar
πŸš€ Gitwar - Compete with Github
Stars: ✭ 44 (-94.95%)
Mutual labels:  heroku, express
Cmms
Computerized Maintenance Management System
Stars: ✭ 31 (-96.44%)
Mutual labels:  heroku, express
Express Starter
🚚 A boilerplate for Node.js, Express, Mongoose, Heroku, Atlas, Nodemon, PM2, and Babel. REST / GraphQL API Server | PaaS | SaaS | CI/CD | Jest | Supertest | Docker | MongoDB | PostgreSQL | Sequelize | Lodash | RxJS | JWT | Passport | WebSocket | Redis | CircleCI | Apollo | DevSecOps | Microservices | Backend Starter Kit | ES6
Stars: ✭ 353 (-59.52%)
Mutual labels:  heroku, express
Ecommerce Nodejs
Ecommerce application back-end codes
Stars: ✭ 97 (-88.88%)
Mutual labels:  heroku, express
Reactly Starter Kit
Deployable React + Webpack 2 starter kit
Stars: ✭ 122 (-86.01%)
Mutual labels:  heroku, express
Express Webpack React Redux Typescript Boilerplate
πŸŽ‰ A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: ✭ 156 (-82.11%)
Mutual labels:  heroku, express
The Example App.nodejs
Example app for Contentful in node.js
Stars: ✭ 279 (-68%)
Mutual labels:  heroku, express
Giraffql
Interactive GraphQL exploration tool built with React - still working on the website
Stars: ✭ 176 (-79.82%)
Mutual labels:  heroku, express
Express Babel
Express starter kit with ES2017+ support, testing, linting, and code coverage
Stars: ✭ 621 (-28.78%)
Mutual labels:  heroku, express
Node Express Mongoose Demo
A simple demo app using node and mongodb for beginners
Stars: ✭ 4,976 (+470.64%)
Mutual labels:  heroku, express
Webpack2 Express Heroku Starter
Starter app using Webpack 2, Express, setup to deploy to Heroku.
Stars: ✭ 12 (-98.62%)
Mutual labels:  heroku, express
Heroku Buildpack Python
The official Heroku buildpack for Python apps.
Stars: ✭ 849 (-2.64%)
Mutual labels:  heroku
Deprecated
πŸš€ Framework for building universal web app and static website in Vue.js (beta)
Stars: ✭ 858 (-1.61%)
Mutual labels:  express
Discordpy Startup
Herokuでdiscord.pyγ‚’ε§‹γ‚γ‚‹γƒ†γƒ³γƒ—γƒ¬γƒΌγƒˆ
Stars: ✭ 27 (-96.9%)
Mutual labels:  heroku
Re Verb
speaker diarization system using an LSTM
Stars: ✭ 27 (-96.9%)
Mutual labels:  express
Minimal Chrome On Heroku
Getting headless chrome running on heroku
Stars: ✭ 12 (-98.62%)
Mutual labels:  heroku
Jx3store
An online game item store built by express and materialize
Stars: ✭ 10 (-98.85%)
Mutual labels:  express
Hotseat Api
Rest API of a barber shop application - Built with Express, TypeORM and Postgres
Stars: ✭ 27 (-96.9%)
Mutual labels:  express

node-js-getting-started

A barebones Node.js app using Express 4.

This application supports the Getting Started on Heroku with Node.js article - check it out.

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

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