africommerce / africommerce-sass-backend

https://africommerce.cyclic.app/
MIT License
5 stars 22 forks source link

Africommerce (Repo: Africommerce)

[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url]

An Online store for everyone

Please support the work by giving the repository a ⭐, contributing to it, and/or sponsoring using the `Sponsor` button at the top 😍. You can also follow us on Twitter [@Africacommerce](https://twitter.com/). ## πŸ—οΈ How to Set up `Africommerce` for Development? You may want to set up the `Africommerce` repo for the following reasons: - You want to contribute to the `Africommerce` repo in general. Please check the [Contribution Guide](./CONTRIBUTING.md) to get started. Here is a quick overview of the `Africommerce` repo setup: ### 🍴 Fork and Clone the Repo First, you need to fork the `Africommerce` repo. You can do this by clicking the `Fork` button on the top right corner of the repo. If you are new to forking, please watch this [YouTube Guide](https://youtu.be/HkdAHXoRtos?t=589) to get started. Once forked, you can clone the repo by clicking the `Clone or Download` button on the top right corner of the forked repo. Please change the directory after cloning the repository using the `cd ` command. ### ⬇️ Install Dependencies Next, install the dependencies by running the following command in the `react-play` repo: ```bash npm install ``` Or ```bash yarn install ``` ### ⛓️ Create a `.env` file at the root of your project folder with the following content ```bash PORT=4000 DB_URL=mongodb://localhost/africommerce JWTSECRET=super secret key ``` ### πŸ¦„ Start the Development Mode Use the following command to start the app in the development mode: ```bash npm start ``` Or ```bash yarn start ``` It runs the app in development mode on [http://localhost:4000](http://localhost:4000) ## 🀝 Contributing to `Africommerce` Any kind of positive contribution is welcome! Please help us to grow by contributing to the project. If you wish to contribute, you can, - Suggest a Feature - Test the app, and help it improve. - Improve the app, fix bugs, etc. - Improve documentation. - Create content about Africommerce and share it with the world. > Please read [`CONTRIBUTING`](CONTRIBUTING.md) for details on our [`CODE OF CONDUCT`](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us. ## Launching africacomerce Rewards Contributed to africacomerce? Here is a big thank you from our community to you. Claim your badge and showcase them with pride. Let us inspire more folks ! ![africommerce Badges](https://aviyel.com/assets/uploads/rewards/share/project/43/512share.png) ### **[Claim Now!](https://aviyel.com/projects/43/africoommerce/rewards)** ## πŸ™ Support We all need support and motivation. `africommerce` is not an exception. Please give this project a ⭐️ to encourage and show that you liked it. Don't forget to leave a star ⭐️ before you move away. If you found the app helpful, consider supporting us with a coffee. --- ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome! [contributors-shield]: https://img.shields.io/github/contributors/africommerce/africommerce-sass-backend.svg?style=for-the-badge [contributors-url]: https://github.com/africommerce/africommerce-sass-backend/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/africommerce/africommerce-sass-backend.svg?style=for-the-badge [forks-url]: https://github.com/africommerce/africommerce-sass-backend/network/members [stars-shield]: https://img.shields.io/github/stars/africommerce/africommerce-sass-backend.svg?style=for-the-badge [stars-url]: https://github.com/africommerce/africommerce-sass-backend/stargazers [issues-shield]: https://img.shields.io/github/issues/africommerce/africommerce-sass-backend.svg?style=for-the-badge [issues-url]: https://github.com/africommerce/africommerce-sass-backend/issues [license-shield]: https://img.shields.io/github/license/africommerce/africommerce-sass-backend.svg?style=for-the-badge [license-url]: https://github.com/africommerce/africommerce-sass-backend/blob/main/LICENSE.md