Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 338 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 338 Bytes

Getting Started

To run this project you need a .env file with those variables:

DATABASE_URL

PORT

AWS_BUCKET_NAME

AWS_BUCKET_REGION

AWS_ACCESS_KEY

AWS_SECRET_ACCESS_KEY

  • Clone this project (Back)
  • npm install
  • npm run server
  • Clone front
  • npm install
  • npm run start