An application where people can set up sports meets so others can join them to play. This is a way to help people socialize and meet with people who are new in an environment
- Typescript 2.React
- Node.js
- PostgreSQL
- Styled-Components
- Run git clone after you have set up your git or you can simply download the code as a zip file.
- cd into client and run npm install to install the dependencies for the client
- cd into server and run npm install to install the dependencies for the server
- cd into client and run npm start
- cd into server in another terminal and run npx nodemon index to spin up the server which runs on port 4000.
- You can always change the port and other details in the package.json of the server