Skip to content

dmbtechdev/clone_stackoverflow_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problem Statement

Build an API (via HTTP) for a StackOverflow-like app.

Build two primary features in StackOverflow:

Question creation, retrieval & deletion Answer creation, retrieval & deletion


Objective

  • Designing & building APIs
  • Using a backend framework (Axum)
  • Designing SQL models
  • Hands-on usage of Postgres
  • Writing testable code
  • Organizing code using modules
  • Navigating and contributing to an existing code base

CRUD & DAO

CRUD stands for actions of creation, read, update & deletion. DAO stands for data access object and is an interface in the application to perform these actions against the database.

About

with Axum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages