/api-rest-middleware

API REST middleware

Primary LanguageJavaScript

api-rest-middleware

🚀 Quick start

  1. Clone repository

    # Clone this repository by using git clone
    git clone https://github.com/JuanDelgadillo/api-rest-middleware.git
  2. Install npm dependencies

    Navigate into the project’s directory and install dependencies.

    cd api-rest-middleware/
    npm install
  3. Create .env file

    Create .env file by copying the content from .env.example file.

    cp .env.example .env
  4. Start development server and enjoy!

    npm start

    The API will be running at http://localhost:4000!

  5. Run tests

    npm test

    npm test will run all unit, integration and end-to-end tests.