Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Node Express Mongoose Demo | 5,085 | 3 | 5 days ago | 1 | January 18, 2016 | 3 | mit | JavaScript | ||
A simple demo app using node and mongodb for beginners (with docker) | ||||||||||
Nodecellar | 1,235 | 5 years ago | 16 | JavaScript | ||||||
Sample application built with Backbone.js, Twitter Bootstrap, Node.js, Express, MongoDB | ||||||||||
Node Js Getting Started | 1,050 | 3 | 2 months ago | 1 | April 25, 2015 | 11 | EJS | |||
Getting Started with Node on Heroku | ||||||||||
Express Babel | 620 | 3 years ago | 18 | mit | JavaScript | |||||
Express starter kit with ES2017+ support, testing, linting, and code coverage | ||||||||||
Youtubeclone Backend | 602 | a year ago | 8 | mit | JavaScript | |||||
Youtube Clone Backend (Express + Sequelize) | ||||||||||
Stackoverflow Clone | 597 | 10 months ago | 21 | mit | JavaScript | |||||
This project is a simplified a full stack clone of Stackoverflow. | ||||||||||
Express Starter | 510 | 2 months ago | 31 | mit | JavaScript | |||||
:truck: 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 | ESM | ||||||||||
Spotify Profile | 501 | 10 months ago | 32 | JavaScript | ||||||
A web app for visualizing personalized Spotify data built with React, Express, and the Spotify API | ||||||||||
The Example App.nodejs | 399 | 8 months ago | 35 | mit | JavaScript | |||||
Example app for Contentful in node.js | ||||||||||
Mern Boilerplate | 296 | 5 months ago | 2 | JavaScript | ||||||
Full stack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box. |
A barebones Node.js app using Express 4.
This application supports the Getting Started on Heroku with Node.js article - check it out.
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.
Using resources for this example app counts towards your usage. Delete your app and database as soon as you are done experimenting to control costs.
By default, apps use Eco dynos if you are subscribed to Eco. Otherwise, it defaults to Basic dynos. The Eco dynos plan is shared across all Eco dynos in your account and is recommended if you plan on deploying many small apps to Heroku. Learn more about our low-cost plans here.
Eligible students can apply for platform credits through our new Heroku for GitHub Students program.
$ heroku create
$ git push heroku main
$ heroku open
or
For more information about using Node.js on Heroku, see these Dev Center articles: