Welcome to the QuikChefs project! This repository contains the backend and frontend code for the QuikChefs application. Below, you'll find instructions on how to set up and run the project locally.
Before running the project, ensure you have the following:
-
Twilio Account:
- Create a Twilio account and obtain your
accountSid
andauthToken
and replace these tokens with your credentials in index.js - Enable the WhatsApp sandbox and follow the instructions to link your WhatsApp number.
- Create a Twilio account and obtain your
-
MongoDB URI:
- Replace
MONGO_URI
inindex.js
with your MongoDB connection string.
- Replace
-
Email Credentials:
- Add your email address and the 16-character App Password (not your Gmail password) in
index.js
.
- Add your email address and the 16-character App Password (not your Gmail password) in
-
Uploads Folder:
- Ensure that the
server
folder contains a folder nameduploads
. (This folder was accidentally deleted during a Git update.)
- Ensure that the
to run the backend cd server node index.js
and the backend port is 5002
###Fronted Setup the fronted is working on localhost:3000
npm install npm start