Skip to content

Commit

Permalink
Update README with MongoDB information
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor93 committed Jan 28, 2025
1 parent debcfbd commit a830589
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,16 @@ npm run devStart

The server should now be running on `http://localhost:3000`, have fun!

**Database**
<br>
The application uses MongoDB to store file system changes (folders and images).

1. Install MongoDB if not already installed.
2. Ensure MongoDB service is running (default port: 27017).
3. Create a database named `fileManagerDB` (or as specified in `backend/.env`).

> Note: Check `backend/.env` for database configuration details.
## ©️ License

React File Manager is [MIT Licensed](LICENSE).

0 comments on commit a830589

Please sign in to comment.