A microblogging app. Or just a mini-twitter clone made with ReactJS, NodeJS and MongoDB
git clone repo
npm i
npm i
First create a .env
file. Add MONGO_URI
and TOKEN_SECRET
After that you can run:
npm run dev
npm start
The project currently support the next:
- Create user
- Login user
- Create message
- See the message in the feed
- Like message
Made with