SibSalamat is a web application project developed by Matin AminSabouri and Mohammad Fatemi, students at Isfahan University Of Technology(IUT). This project is built using the .NET7 framework and MongoDB for data storage. The front-end utilizes Bootstrap for responsive design and incorporates AJAX and jQuery for dynamic interactions.
SibSalamat is designed to be a versatile platform for managing pharmacy drug inventory. While currently focused on web development, the project aims to expand into cross-platform applications in the future.
- Pharmacy Drug Management: Easily add, update, and delete pharmacy drugs with image support.
- User Authentication: Secure user registration and login functionality.
- Cross-Platform Potential: Future plans to expand to mobile and desktop platforms.
- .NET Framework: Leveraging the power of .NET for robust web development.
- MongoDB: A NoSQL database for efficient data storage. You can use MongoDB Compass for managing and visualizing your MongoDB data.
- Bootstrap: Creating responsive and visually appealing user interfaces.
- AJAX & jQuery: Enabling seamless and dynamic user interactions.
- Rider IDE: A cross-platform .NET IDE for streamlined development.
Follow these steps to get the SibSalamat project up and running on your local machine:
-
Open your terminal or command prompt.
-
Navigate to the directory where you want to store the project.
-
Clone the repository by running the following command:
git clone [repository-url]
cd SibSalamat
dotnet restore
dotnet build
dotnet run
-
Open a web browser.
-
Visit
http://localhost:5000
to access the SibSalamat web application.
Ensure that your MongoDB server is running on the default host and port (localhost:27017
). If you need to customize the MongoDB connection string, you can do so in the project's configuration files.
Contributions are welcome! Feel free to fork the repository and submit pull requests to contribute to the project's development.
This project has the potential for future expansion into cross-platform applications for mobile and desktop users. Stay tuned for updates!
Thank you for checking out SibSalamat! For any questions or feedback, please contact [email protected] .