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

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.

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.