https://github.com/ysongh/findsport2play
This is a MERN Stack application where player can host an event for other players to join and meet up to play any sports together.
https://github.com/ysongh/findsport2play
express material-ui mongodb node react
Last synced: 6 days ago
JSON representation
This is a MERN Stack application where player can host an event for other players to join and meet up to play any sports together.
- Host: GitHub
- URL: https://github.com/ysongh/findsport2play
- Owner: ysongh
- License: mit
- Created: 2018-08-07T19:26:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T04:26:19.000Z (over 4 years ago)
- Last Synced: 2023-03-06T13:32:28.622Z (over 3 years ago)
- Topics: express, material-ui, mongodb, node, react
- Language: JavaScript
- Homepage: https://findsport2play.herokuapp.com/
- Size: 1.99 MB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FindSport2Play
This is a MERN Stack application where player can host an event for other players to join and meet up to play any sports together.
Link - https://findsport2play.herokuapp.com/
## The technologies used to create this project:
- React.js
- Node.js
- Express.js
- MongoDB
- Mongoose
- Material-UI
- REST API
- Redux
## Running the web app
- Clone the repo
- Add a file called `keys_dev.js` on your config folder
- Add the follow code to keys_dev.js:
```
module.exports = {
mongoURI: {Add a connection string from MongoDB Alta},
secretOrKey: {Enter a random string}
};
```
- Run `npm i && npm start` to start your server
- CD to client folder and run `npm i && npm start` to start the web app
## Preview
- Landing

- Sign Up

- Post Event

- Events

- Event Detail
