BACKEND COLLECTION

Develop from November 2022 to now (always in progress)
buyer_register

Just like title said, this is backend code collection build by me. Each backend has different combination of technology which is you can see at the next section, Backend List.

Backend List
Name Project Code API Design Technologies Newest Release
Go 1 backend-collection-go-1 REST
  1. Programming Language: Go
  2. Framework: Gin
  3. Database: MySQL
  4. Object Relation Mapper (ORM): GORM
  5. Testing Framework: Apitest
release-1.0
Go 2 backend-collection-go-2 REST
  1. Programming Language: Go
  2. Framework: Beego
  3. Database: MySQL
  4. Object Relation Mapper (ORM): Beego
release-1.0
Node.js 1 backend-collection-nodejs-1 REST
  1. Programming Language: Javascript (Node.js)
  2. Framework: Express.js
  3. Database: PostgreSQL
  4. Testing Framework: Jest
release-1.0
Node.js 2 backend-collection-nodejs-2 REST
  1. Programming Language: Javascript (Node.js)
  2. Framework: Express.js
  3. Database: MongoDB
  4. Object Document Mapper (ODM): Mongoose
  5. Testing Framework: Jest
release-1.0
Node.js 3 backend-collection-nodejs-3 REST
  1. Programming Language: Javascript (Node.js)
  2. Framework: Express.js
  3. Database: MySQL
  4. Object Relation Mapper (ORM): Sequelize
  5. Testing Framework: Jest
release-1.0
Python 1 backend-collection-python-1 REST
  1. Programming Language: Python
  2. Framework: FastAPI
  3. Database: PostgreSQL
  4. Object Relation Mapper (ORM): Alembic/SQLAlchemy
  5. Testing Framework: Starlette
release-1.0
Backend List By Releases
  1. Python 1 (release-1.0)
  2. Go 2 (release-1.0)
  3. Go 1 (release-1.0)
  4. Node.js 3 (release-1.0)
  5. Node.js 2 (release-1.0)
  6. Node.js 1 (release-1.0)


← Back to home