Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
/ SanConnect Public archive

Software Engineering Project 2018 that aims to offer a micro events dissemination platform in order to integrate people with common interests and helps to make new friendships, originally designed for the city of São Carlos.

License

Notifications You must be signed in to change notification settings

carlosneves0/SanConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SanConnect

Software Engineering Project 2018 that aims to offer a micro events dissemination platform in order to integrate people with common interests and helps to make new friendships, originally designed for the city of São Carlos.

Deploying to production

Install docker and docker-compose.

# You can also pass -d after "up" to run the stack in detached mode
docker-compose up --build

Development and testing

Install docker and nvm. Then:

nvm install v10.4.0
npm install -g yarn

frontend

cd frontend
yarn # will install all frontend's dependencies
yarn start
yarn test

backend

make postgres
cd backend
yarn # will install all backend's dependencies
yarn start
yarn test

Presentation and Demo

https://docs.google.com/presentation/d/e/2PACX-1vR8yaJp2q4LZPJoajyLB4LWmYuGTJUagLgCmF1AauheDjg235vRNB__VjkW_N2VlRSSgTKxATDdwHdv/pub?start=true&loop=true&delayms=60000

https://youtu.be/6a37wx1_ll4

About

Software Engineering Project 2018 that aims to offer a micro events dissemination platform in order to integrate people with common interests and helps to make new friendships, originally designed for the city of São Carlos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published