Skip to content

Porrapat/project_api_axum

Repository files navigation

StackOverflow Clone

Problem Statement

API for a StackOverflow-like app and it is in Axum

There are two primary features in StackOverflow:

  1. Question creation, retrieval & deletion
  2. Answer creation, retrieval & deletion

This project is come from Let's get rusty Bootcamp Axum API Project

To Install and Run

Please setup first, the instruction is in Let's get rusty Bootcamp repo.

Execute cargo run to run your server.

Tip: Use cargo watch instead of cargo run to automatically restart your server when source files change. Example: cargo watch -q -c -w src/ -x run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages