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.
Install docker and docker-compose.
# You can also pass -d after "up" to run the stack in detached mode
docker-compose up --build
nvm install v10.4.0
npm install -g yarn
cd frontend
yarn # will install all frontend's dependencies
yarn start
yarn test
make postgres
cd backend
yarn # will install all backend's dependencies
yarn start
yarn test