Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkapuscik2/mongo-shopping-cart
https://github.com/jkapuscik2/mongo-shopping-cart
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jkapuscik2/mongo-shopping-cart
- Owner: jkapuscik2
- Created: 2020-04-10T10:29:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T19:36:43.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T04:43:54.761Z (about 2 months ago)
- Language: PHP
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping cart with PHP and MongoDB
Sample imlementation of a simple shopping cart application with REST API
## Standard installation
Install project dependencies using [composer](https://getcomposer.org/download/).
`.env` file will automatically be created and contain project configuration. If for some reason it was not created you can do it manually by copying content of `.env.example` and changing appoperiate parameters.
```
composer install
```## Docker installation
```
docker-compose up
```More information can be found in the following [article](https://medium.com/@j.kapuscik2/how-to-use-mongodb-with-php-db0956eb5e6b)