update/prerequisites

This commit is contained in:
SowinskiBraeden committed 2025-05-23 12:59:14 -07:00
1 parent dac0f6ecc2
commit cc178edb1e
1 file changed
+8
+8
View File
@@ -30,6 +30,14 @@ RCalculator is a dynamic financial tracking application designed to help users m
---
## Prerequisites
1. You'll need to setup an instance of MongoDB. You can use the cloud platform, MongoDB Atlas, or create your own instance locally.
i. [Create your MongoDB Altas instance.](https://www.mongodb.com/docs/manual/tutorial/getting-started/)
ii. [Create your local MongoDB server instance.](https://www.mongodb.com/docs/manual/administration/install-community/)
After this, you'll need to get your MongoURI from your database instance, as well as your database name for later configuration in the `.env` file.
## Usage
1. **Clone the repository:**