https://github.com/quochuydev/react_node_app
javascript: nodejs express, reactjs redux thunk + mongodb + deploy heroku
https://github.com/quochuydev/react_node_app
epxressjs heroku mongodb reactjs redux
Last synced: 2 months ago
JSON representation
javascript: nodejs express, reactjs redux thunk + mongodb + deploy heroku
- Host: GitHub
- URL: https://github.com/quochuydev/react_node_app
- Owner: quochuydev
- Created: 2019-12-18T11:02:18.000Z (over 6 years ago)
- Default Branch: single
- Last Pushed: 2021-04-24T01:28:59.000Z (about 5 years ago)
- Last Synced: 2024-12-28T17:41:51.412Z (over 1 year ago)
- Topics: epxressjs, heroku, mongodb, reactjs, redux
- Language: CSS
- Homepage:
- Size: 10.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# react_node_app
## Admin manager:
https://posdlc.herokuapp.com/admin/
username: quochuydev1@gmail.com
password: quochuydev1@gmail.com
## Ecommerce site:
https://crmdlc.herokuapp.com
http://www.datedi.xyz/
## Signup a shop
https://posdlc.herokuapp.com/admin/signup
## Develop
run reactjs
```sh
$ npm run client-dev
```
run nodejs
```sh
$ node server
```