Stitch Shop is a basic React app built for the sole purpose of getting to know the MongoDB Stitch serverless platform. It's an online shop of sorts. After you register as a user, the admin needs to approve you before you can log in. In the meantime, you can use the already approved account:
Email: test@test.com
Password: 123456
Tech | Docs | Description |
---|---|---|
React | A JavaScript library for building user interfaces | |
MongoDB | A cross-platform document-oriented database program | |
Stitch | A serverless platform that connects MongoDB data to web and mobile applications |
To start using this example:
- Clone this repo with
git clone
- Install all the dependencies with
npm install
- Create your own Stitch account!
- Create an admin user, create and connect a cluster, and set up your own rules.
- Afterward, just run the following command
npm start
Note:
The project should start, a browser window will be automatically open and the app should be loaded on your localhost
Contributions are always welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository. 🍴
- Create a new branch. 🌵
- Make your changes and test them thoroughly. 👨💻
- Submit a pull request. ✔
This project is licensed under the MIT License. See the LICENSE file for details.
This project is deployed on Render. You can visit it by clicking here.
Stitch Shop was created by Dzenis H.
If you like what you see, please consider giving a ⭐️
Contributions are more than welcome. 🫡