Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 353 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 353 Bytes

INSTRUCTIONS FOR INSTALLATION:

1) Clone the project with git clone https://github.com/agustinpurita/recipe-challenge.git

From the project folder:

2) Run npm install to install dependencies

3) Run docker-compose up to start a PostgreSQL containerized database.

4) Run npm run dev to start server on development mode