- Clone this repository to your local machine
- Install server dependencies with
npm install
- To start the server, run
npm run dev
Setup:
- Clone clearTestingData.py and requirements.txt to your local machine
- Install dependecies with:
pip install -r requirements.txt
Set which database to use by changing dbname on line 4. Run the script:python clearTestingData.py
For each collection in the database, you will be prompted to drop the collection. Enter 'y' if you want to drop the collection, and 'n' if you want to keep the collection. At the end, the remaining collections in the database will be listed.
eb deploy