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