https://github.com/pilotpirxie/d2-app
🤑 Deals & Discount app written in React, Redux & PostgreSQL
https://github.com/pilotpirxie/d2-app
Last synced: 7 months ago
JSON representation
🤑 Deals & Discount app written in React, Redux & PostgreSQL
- Host: GitHub
- URL: https://github.com/pilotpirxie/d2-app
- Owner: pilotpirxie
- License: lgpl-3.0
- Created: 2018-06-12T19:52:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T22:42:44.000Z (over 2 years ago)
- Last Synced: 2025-01-12T08:22:15.696Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# d2-app
Simple app with shopping deals like pepper 🔥 for testing purposes written in React, Restify and PostgreSQL.### How to run?
Download:
```
git clone git@github.com:pilotpirxie/d2-app.git
```Navigate to server, change database connection credential, install dependencies and run:
```
yarn
pm2 start app.js
```Navigate to React front, install dependencies and start:
```
yarn
yarn start
```### License
```
MIT
```