Back end topic

Back end is the programming that handles the behind-the-scenes of a website or application that people do not see, such as the server and database. Programming languages such as Python, Ruby, and PHP is used for back-end development.

List Back end repositories

daily-code

139
Stars
30
Forks
Watchers

:computer: :hourglass_flowing_sand: :dart: A list of site links with challenges to practice programming daily!

final-space-api

78
Stars
47
Forks
Watchers

Final Space API : RESTful API based on the show Final Space.

spring-webflux-websocket-chatroom

26
Stars
7
Forks
Watchers

A room-based chat application built under a reactive programming paradigm using Spring WebFlux and Vue.js

Flask-MVC-Template

58
Stars
25
Forks
Watchers

Flask-MVC Template It is a template with "batteries included" created for the fast development of applications in the microframework flask :snake:

ConfTalks

52
Stars
22
Forks
Watchers

⚠️ Development is currently on hold 🎥 An open source index of already recorded and scheduled conference talks to help you decide if you should go. Built for all developers 👩‍💻👨‍💻

fullstack_tutorial

63
Stars
22
Forks
Watchers

A Simple CRUD Flask/React App Tutorial

node-typescript-boilerplate

2.6k
Stars
522
Forks
Watchers

Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.

express-smtp-mailer

40
Stars
17
Forks
Watchers

A production-ready Node backend with an Express SMTP mail server configurable for use with contact forms, subscriptions, etc.

eShopOnContainersDDD

314
Stars
43
Forks
Watchers

Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns

TodoMVC-DDD-CQRS-EventSourcing

247
Stars
31
Forks
Watchers

Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design