Skip to content

topdeveloper55/Find-Sport-2-Play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 landing

  • Sign Up sign up

  • Post Event post event

  • Events events

  • Event Detail event detail

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published