Skip to content

fransaycon/express-ARMR-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FREXPRESS ARMR BOILERPLATE

This is my take on an express auth and resource REST API server integrated with MongoDB. For ease of development and future deployment, all services are dockerized.

This uses the following technology,

  • jsonwebtoken
  • bcrypt
  • express
  • mongodb
  • mongoose
  • docker
  • docker-compose

Installation

Install the pre-requisites

  1. Install Nodev12 and above. Download it here
  2. Install Docker. Download it here

That's actually all you need.

Making it work

For first time installs I recommend to build first,

docker-compose build

Once you build it,

docker-compose up

Dependent on how you install your docker it should be available to be called upon either in localhost or the docker network under the port 3000.

About

This is my personal take on a dockerized auth-resource express application boilerplate with MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published