Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.15 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.15 KB

Rubicamp Batch 40

Challenge 22

This BREADS (Browse, Read, Edit, Add, Delete, Sort) project is an Express JS application utilizing MongoDB for data storage.

Table of Contents

Installation

To install the dependencies, run the following command:

npm install

Create a .env file in the root of your project and add the following lines:

MONGODB_URI=your_uri_here
DB_NAME=your_db_name_here
USERS_COLLECTION=your_collection_for_users_here
TODOS_COLLECTION=your_collection_for_todos_here

Usage

To start the application, use the following command:

npm run dev

Contributing

If you would like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

License

This project is Unlicense License.

Contact

If you have any questions or issues, please open an issue at the issue tracker