Skip to content

emilioriosvz/express-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express & mongoose REST API Boilerplate component based

PRs Welcome Code Climate Standard - JavaScript Style Guide

Getting Started

Clone the repo:

git clone git@github.com:emilioriosvz/express-boilerplate.git
cd express-boilerplate

Install yarn:

npm install -g yarn

Install dependencies:

yarn

Run the project in docker

Build the image:

docker build -t <your username>/express-boilerplate .

If the image was created correctly, you can see it doing:

docker images

Run the image:

docker run -p 3000:3000 -d --name express-boilerplate <your username>/express-boilerplate

Features

Todo list

If you like what you see, there are some tasks that would have to be done:

  • Add testing
  • Add code coverage
  • Add eslint
  • Add logger

Contributing

Contributions, questions and comments are all welcome.🤘

Releases

No releases published

Packages

No packages published