https://github.com/devdhera/project-lecop
Laravel based E-Commerce Platform
https://github.com/devdhera/project-lecop
ecommerce laravel platform rest-api
Last synced: 8 months ago
JSON representation
Laravel based E-Commerce Platform
- Host: GitHub
- URL: https://github.com/devdhera/project-lecop
- Owner: DevDHera
- License: mit
- Created: 2019-02-19T13:28:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T10:53:55.000Z (over 3 years ago)
- Last Synced: 2025-02-06T04:43:54.280Z (over 1 year ago)
- Topics: ecommerce, laravel, platform, rest-api
- Language: PHP
- Size: 3.32 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Project LECOP
Project LECOP is a Laravel based ECommerce platform. Current stage focuses heavily on the API development with tons of features like,
* Stripe Integration
* Email Verifications
and much more.
## Getting Started
Getting started with the `Project LECOP` is easy.
First clone the project.
```sh
git clone https://github.com/DevDHera/Project-LECOP.git
```
Now head over to our [issue board](https://github.com/DevDHera/Project-LECOP/issues) and help solving :angel:
### Prerequisites
`Project LECOP` uses **[Vagrant](https://www.vagrantup.com/)** to manage Dev Environments.
In order to successfully run the project install the following.
* XAMPP | WAMP | LAMP
* Composer
* Virtual Box
* Vagrant
### Configurations
After installing the above make sure to create `Homestead.yaml` file on the root of the project containg envs.
Following is the structure that we are using.
```yaml
ip:
memory:
cpus:
provider:
authorize:
keys:
-
folders:
-
map:
to:
sites:
-
map:
to:
databases:
-
name:
hostname:
```
## Deployment
To deploy the API first you need to start the dev environment using the following command.
```sh
vagrant up
```
Then connet by using ssh.
```sh
vagrant ssh
```
No need to run `php artisan serve` commannds.
## Built With
* [Laravel](https://laravel.com/) - The web framework used
* [Composer](https://getcomposer.org/) - Dependency Management
* [Vagrant](https://www.vagrantup.com/) - Used to manage Development Environments
## Contributing
Please read [CODE_OF_CONDUCT.md](https://github.com/DevDHera/Project-LECOP/blob/master/CODE_OF_CONDUCT.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors
* **Devin Herath** - *Initial work* - [DevDHera](https://github.com/DevDHera)
See also the list of [contributors](https://github.com/DevDHera/Project-LECOP/graphs/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/DevDHera/Project-LECOP/blob/master/LICENSE) file for details.
[](https://app.fossa.io/projects/git%2Bgithub.com%2FDevDHera%2FProject-LECOP?ref=badge_large)
## Acknowledgments
* [PurpleBooth](https://github.com/PurpleBooth) for this awesome README template :heart: