/sponsor

sponsor technical test

Primary LanguageHandlebarsMIT LicenseMIT

sponsor

sponsor technical test

Run the server locally

Pre-requisites:

  • MySQL Database
  • Web token secret with HS256 hashing on

Clone the project

  git clone https://github.com/AbejaCruz/sponsor.git

Go to the project directory

  cd sponsor

Install dependencies

  npm install

Configure environment variables in the .env.example with the values needed to connect to your MySQL instance.

Start the server

    npm run start