Created by Alisa Vorotyntseva, Corbin Heryet, and B Stolb
Sportami is an online geosocial networking application utilizing the PERN stack to allow people to find an opponent for their next game of their, and your, favourite sport. Become a part of a vast community of people and find some amis to turn into your enemies!
registration-page.mov
main-page.mov
Tech used: PostgreSQL, Express, React, Node, Material UI Sportami utilizes the PERN stack to cover front-end, back-end and database management.
- On your terminal, clone the repo via
[email protected]:Cheryet/sportami.git
- On your preferred code editor, open the root project folder, i.e. the main
sportami
folder- duplicate the
.env.example
file located insportami/server
, then remove.example
from its filename- in this newly-created
.env
file, provide the variables with relevant values - save your changes
- in this newly-created
- duplicate the
- On your terminal, enter
psql
- then
\c sportami
- then
\i server/db/schema/create.sql
- and finally
\i server/db/seeds/allSeeds.sql
- then
- On your terminal, navigate to
sportami/server
- then
npm i
- then
npm start
- then
- On a separate terminal, navigate to
sportami/client
- then
npm i
- then
npm start
- then
- Keep the 2 terminals up and running
- On your browser, navigate to
http://localhost:3000/
and start exploring the app!