Skip to content

A Twitter clone based on a client-server architecture is developed, which uses a JSON based API to execute different Twitter functionalities and perform client-server communication. GET/ POST requests are made to API endpoints to send user inputs.

Notifications You must be signed in to change notification settings

saheelRsawant/Twitter-JSON-based-API

Repository files navigation

Building and starting the application

Run the following commands:

First start the server

cd src
dotnet run

Next run the client

cd src
dotnet fsi --langversion:preview client.fsx

Video Link to the demonstrate the implementation:

https://tinyurl.com/ycdvjzha

About

A Twitter clone based on a client-server architecture is developed, which uses a JSON based API to execute different Twitter functionalities and perform client-server communication. GET/ POST requests are made to API endpoints to send user inputs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages