Tellme is a MERN app that provides a service for sending and receiving opinions anonymously.
Live preview: Tellme
- Clone/Download the repo.
- Install dependencies:
yarn install
ornpm install
- Edit your /config/default.json file to include the correct MongoDB URI
- Run
yarn start
ornpm start
. - You are ready!