Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 295 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 295 Bytes

MemorAI Back End

Backend for that Quizlet clone that's way better

Development

Requirements:

  • NPM

To setup, clone the repository then run:

git clone https://github.com/TheGradientGroup/
cd memorai-backend
cd functions
npm install

To deploy:

cd functions
npm run deploy