Developing a form builder with React and Node, 9-day Le Reacteur certification exercise
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
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