Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.
/ twitter_clone Public archive

Mini Twitter clone from a Rust learner. Probably many things to improve. Actix/SQLite and Javascript Vanilla

Notifications You must be signed in to change notification settings

kbrault/twitter_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just a POC using Rust with Actix web framework, SQLite and vanilla Javascript

  • (GET) /tweets
  • (POST) /tweet
  • (DELETE) /tweet/{id}

Disclaimer : Not production ready since I did not focus on security and performance (yet)

Demo

demo

About

Mini Twitter clone from a Rust learner. Probably many things to improve. Actix/SQLite and Javascript Vanilla

Topics

Resources

Stars

Watchers

Forks