An open API service indexing awesome lists of open source software.

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

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.