https://github.com/matan3sh/misstoy-mongodb-socketio
four parts home assignment at CodingAcademy end2end app using react-cli and express and MongoDB. Build an app for toy's store. Integrate with sass and react components: react-chartjs-2, react-google-maps and material-ui. Backend packages: express, nodemon and bodyParser including web sockets.
https://github.com/matan3sh/misstoy-mongodb-socketio
express mongodb nodejs reactjs redux socket-io websockets
Last synced: 3 months ago
JSON representation
four parts home assignment at CodingAcademy end2end app using react-cli and express and MongoDB. Build an app for toy's store. Integrate with sass and react components: react-chartjs-2, react-google-maps and material-ui. Backend packages: express, nodemon and bodyParser including web sockets.
- Host: GitHub
- URL: https://github.com/matan3sh/misstoy-mongodb-socketio
- Owner: matan3sh
- Created: 2020-05-19T07:26:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T02:52:17.000Z (over 5 years ago)
- Last Synced: 2025-01-24T09:26:26.117Z (over 1 year ago)
- Topics: express, mongodb, nodejs, reactjs, redux, socket-io, websockets
- Language: JavaScript
- Homepage:
- Size: 1.71 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
### First Step
For run the project in your computer first you need to install MongoDB Community:
https://docs.mongodb.com/manual/administration/install-community/
After the installation create two folders in Home path of your computer:
1.mongo
2.mongo-data
### Second Step
Now copy and paste the MongoDB Community files into mongo folder.
Go to mongo folder and the to bin, now in terminal run:
sudo ./mongod --dbpath ~/mongo-data
### Third Step
Then run `npm run start` in backend and frontend folders
Runs the app in dev mode with frontend and backend.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.