SkillAgentSearch skills...

Cwitter

This is the AngularJS frontend of the Mini Twitter Clone built with Kanary web framework

Install / Use

/learn @olucurious/Cwitter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Cwitter - A Mini Twitter Clone

This is the AngularJS frontend of the Mini Twitter Clone written in Kotlin and built with Kanary web framework

alt text

Quickstart

Deploy using Heroku:

  • Download and cd into the directory (Download: https://github.com/olucurious/Kanary-Mini-Twitter-Clone)
$ cd Kanary-Mini-Twitter-Clone
  • Create a new git project and add all the files to it
$ git add .
  • Commit all the files to git
$ git commit -m "init"
  • Login to Heroku
$ heroku login
  • Create a new Heroku project and take note of the url
$ heroku create
  • Push everything to Heroku and your new RestAPI will be available at the url you copied earlier
$ git push heroku master

NOTE: Heroku's storage is ephemeral, so the sqlite db will be wiped out after a while, you should use Heroku postgres or a remote database for more serious stuff

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated7mo ago
Forks1

Languages

CSS

Security Score

82/100

Audited on Aug 21, 2025

No findings