A simple partner database using the MERN stack of softwares to provide basic database searching, editing, creating, and deleting!
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A simple partner database using the MERN stack of softwares to provide basic database searching, editing, creating, and deleting! This project uses a mix of softwares that make editing and styling the user interface and the backend easy and intuitive!
To get a local copy up and running follow these simple steps:
Since we implemented docker, to make the download and run process more streamlined, all you need are:
- docker: download their interactive desktop from their website!
- and git!
- for Windows
- for linux:
sudo apt-get install git
- Clone the repo (or download the .zip)
git clone https://github.com/violet-isle/mern-stack.git
- Then just navigate to mern-stack and run:
sudo docker compose up
And then it should be running! To connect, type in localhost:5170 in your browser. Don't forget to add an initial community partner into the database before you expect to see data in the table.
This project can be used in many ways, and although it was designed for storing community partners of our local career center, it can be used for other institutions storing partners, or any other database application with minor tweaks to the code!
- Add Google OAuth
- Add further user restrictions and functionalities
- Ability to edit contacts specifically, and add multiple contacts to a specific community partner
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Violet Strozykowski - [email protected]
Austin Jacobs - [email protected]
Project Link: https://github.com/violet-isle/mern-stack