- 🤳 Write and share your thoughts with public
- 🛃 Filter for bad words
- ☕️ six diffrent tags
- 💟 Open-source
- [✅] set the database
- [✅] basic routes (wall, tags ... etc)
- [🤌🕘] comments
- [✅] bad words filter
- [🤌🕘] fix bad words filter bugs
- [🤌🕘] deployment
- [🤌🕘] API
download the source codeand open your favorite Terminal and run these commands.
install dependencies:
npm installrun the app:
node app.js(optional) use nodemon:
nodemon app.jsgo to localhost:3000 in your browser
MIT