This repository includes all the backend code for my Final Year Project.
PORT=5000
DB_CONNECTION= replace with your MongoDb Uri
SENDGRID_API= replace with your SendGrid token
TOKEN_KEY= replace with your secret key (could be any thing eg. "abc123")
EMAIL= replace with your Gmail email (optional, you can either use SendGrid or use this for nodemailer)
PASSWORD= replace with your Gmail password (optional, you can either use SendGrid or use this for nodemailer)
STRIPE_SECRET_KEY= replace with your Stripe token
npm install
npm start