Skip to content

EventWiz/Backend

Repository files navigation

Express-boilerplate

A boilerplate to get an express application up and running in 1 minute.

Build Status Coverage Status

Features:

Usage

  • Clone the repository - git clone git@github.com:nedssoft/express-boilerplate.git
  • Change the git remote url to point to your repository - git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
  • Create a file .env and copy .env.example into it - cp .env.example .env
  • Fill in the values in the .env
  • Install dependencies - npm install
  • Start the app - npm run start:dev
  • Go ahead and explore the boilerplate and customize to suit your need

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors