/rust.twitter

A twitter clone RESTful API.

Primary LanguageRustMIT LicenseMIT

rust.twitter

A twitter clone RESTful API.

Getting Started

  1. Start the database:
$ docker-compose up postgres-db
  1. Run the application:
$ cargo run
  1. Execute requests from the api.http file.