A simple app where you can expose what is on your mind. Link to the latest version of the app hosted on Heroku
You can see all the confessions made by other users in descending order, from the newest to the oldest.
You can create a new one and made it available on the feed
You can like/dislike the post that you like
The login feature is parcially made, only the frontend is ready, but you can signin with a dummy user.
- You can type whatever you like on the email field
- Type '1234' on the password and click on 'Entrar'
- 1 - Clone the repository on your machine
- 2 - Run
yarn
on the root andclient
folder to install the deps - 3 - Run
yarn start
on the root andclient
folder to start the app - 4 - The front will be running on port
3000
and the backend on port5000
,localhost
.
- 1 - Run
yarn
on the root andclient
folder to install the deps - 2 - Run
yarn test
on theclient
folder to execute the tests