Skip to content

charbeltabet/express-api-starterapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest api boilerplate

  • Boilerplate for restful backend api built with express.js
  • Ready to connect to mongo.db database
  • Can handle basic CRUD actions

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • mongo.db clust, offered for free by mongod.db here.

Installing

Install dependencies

$ npm install

Deploy to heroky

Download heroku

  • macOS
$ brew tap heroku/brew && brew install heroku
  • Ubuntu 16+
$ sudo snap install --classic heroku
  • Windows, Get heroku for free here.

Deployment

$ git init
$ heroky create
$ git add .
$ git commit -m "Deploying to heroku"
$ git push heroku master

Contributing

Pull requests are welcomed

About

Restful CRUD api backend starter app, mongo.db / express.js / node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published