Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 573 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 573 Bytes

Backend - Tell me more

Developing a form builder with React and Node, 9-day Le Reacteur certification exercise

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

PORT
MONGOOSE_URI

cloudinary config
CLOUD_NAME
API_KEY
API_SECRET

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd tell-me-more-back

Install dependencies

  npm install

Start the server

  npx nodemon start