Hackathon Submission - here
Table of Contents
To get a local copy up and running follow these simple example steps.
-
Clone the repo
git clone https://github.com/RakeshPotnuru/YearnQuest.git
-
Install NPM packages
npm install
-
Create
nodemon.json
file in the/root
directory{ "env": { "DB_URL": "mongodb://localhost:27017/databaseName" "SENDGRID_API_KEY" : "Sendgrid API key" "SENDER_EMAIL": "Sender email" } }
-
Create a
config.js
file atpublic/js/
and add Sawo api key
const keys = {
SAWO_API_KEY: "Sawo api key",
};
-
To start the server
npm run dev
Distributed under the MIT License. See LICENSE.txt
for more information.
- Rakesh - @RakeshPotnuru
- Rwitesh Bera - @rwiteshbera
- Aqsa Shadab Khan - @aqsak1
Project Link: YearnQuest