- Node.js
- Express.js
- MongoDB
- Bootstrap
To start using this application, follow these steps:
-
Open your terminal.
-
Clone the repository by running the following command:
git clone https://github.com/ZiadGad/Dynamic-Todo.git
-
Once the repository is cloned, navigate to the project directory.
-
Install the necessary packages by running:
npm i
-
After the packages are installed, start the application by running:
node index.js
This app accepts various parameters and creates new documents in the database for each one. It is not case-sensitive, so the path can be written in either uppercase or lowercase.
To use the app, follow these steps:
-
Ensure that you have cloned the repository and installed the necessary packages as explained in the "Getting Started" section above.
-
After starting the application with
node index.js, you can access it in your web browser by navigating to: http://localhost:3000
The app will be running locally on port 3000.
Feel free to make any additional improvements or add more details as needed. Good documentation can greatly enhance the usability of your project!
