Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 537 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 537 Bytes

j-urls-backend

Created for GDS DCUBE technical assessment

Setup

  1. Clone the repository
git clone https://github.com/joenzkc/j-urls-backend.git
  1. Ensure you have postgres installed, and make sure it is running
  2. In the repository directory, run the command npm i to install dependencies
  3. Copy .env.sample and rename it .env, filling up the necessary details
  4. Run the command npm run dev to start the server

More information can be found at the frontend repo