https://github.com/shubhambansal1997/digitial-marketplace
Simple digitial marketplace to sell your themes and services
https://github.com/shubhambansal1997/digitial-marketplace
Last synced: 3 months ago
JSON representation
Simple digitial marketplace to sell your themes and services
- Host: GitHub
- URL: https://github.com/shubhambansal1997/digitial-marketplace
- Owner: ShubhamBansal1997
- Created: 2017-06-07T21:09:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T16:04:43.000Z (about 7 years ago)
- Last Synced: 2025-01-04T20:46:29.866Z (5 months ago)
- Language: JavaScript
- Size: 21.8 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Digital MarketPlace
Digital Marketplace is a web application built on the top of Laravel framework which is kind a alike of themeforest.com or creativetim.com in terms of functionality i.e. a marketplace to sell themes and other digital products.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
## Technologies used
* Laravel (php)
* MySQl/PostgreSQL## How to run
1. Edit the .env file and set the db paramaters
2. Now run the command to make db schema and populate basic db feilds
```
php artisan migrate --seed
```
3. To run the website
```
php artisan serve
```## Contributing
Thank you for considering contributing to the Digital MarketPlace! Please raise issue before submitting the PR. Feel free to contribute towards the code and documentation.