Skip to content

varunKT001/calculate-equation-dnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ–₯️ CALCULATE EQUATION DnD

βœ… Test the App

https://calculate-equation-dnd.herokuapp.com/

πŸ’Ύ Database schemas

Alphabet schema

Field Type Required
alphabet String True
value String True

🌍 APIs

Method Route Parameters Query parameters Body Description
GET /api/get-alphabet - - - Get alphabets

πŸ›  Installation and setup

  1. Clone the repo to your local machine.

  2. Install the required dependency for server using :

    npm install
  3. Install the required dependency for client using :

    cd client
    npm install
  4. Create a .env file inside the root folder and provide the following environment variables:

    DB_URI=<mongo_uri>
  5. Start the backend dev server using :

    npm run dev
  6. Start the client dev server using :

    cd client
    npm start

😎 Developed by

GSSoC'22
Varun Kumar Tiwari
LinkedIn Github