Template Express.js

The structure template Express.js. The template in is intended for anyone who needs guidance to make their Express.js project more tidy and structured or anyone who is trying Express.js for the first time.

License

Table of Contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them.

Installation

A step-by-step guide on setting up the project locally.

  1. Clone the repository.

    git clone https://github.com/jokosu10/template-framework-express.git
  2. Navigate into the directory.

    cd template-framework-express
  3. Install the dependencies.

    npm install

Environment Variables

  1. Copy the .env.example file and create a new file called .env:

    cp .env.example .env
  2. Write the all configuration for project in file .env.

How to start for initial development process

A step-by-step guide on setup initial data for first time.

Running server development

  1. Running for application using development environment.

    npm run dev