Skip to content

Make-School-Labs/mongo-testing-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB & Testing Starter Code

In today's class, we will explore 1) persisting data with MongoDB, and 2) writing tests using mocks.

How to Use This Code

Make sure you have installed Flask and MongoDB.

Open a new terminal window and run:

$ mongod

Then, you can run your application with:

$ flask run

Run the tests with:

$ python3 tests.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published