All Projects → fachryansyah → fotongo

fachryansyah / fotongo

Licence: other
Simple boilerplate for building Backend services like ExpressJS with GOFIBER ⚡️

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to fotongo

nodearch
Node.js Backend Framework.
Stars: ✭ 14 (-51.72%)
Mutual labels:  backend, expressjs
Bug Tracker Pern Ts
Bug Tracking app with project members support. Made with PERN stack + TypeScript.
Stars: ✭ 79 (+172.41%)
Mutual labels:  backend, expressjs
Curriculum
Dive into our 7-month web development program covering HTML, CSS, Javascript, Node, and React!
Stars: ✭ 453 (+1462.07%)
Mutual labels:  backend, expressjs
Express Graphql Typescript Boilerplate
A starter kit for building amazing GraphQL API's with TypeScript and express by @w3tecch
Stars: ✭ 163 (+462.07%)
Mutual labels:  backend, expressjs
Curriculum
Overview of the different modules and learning goals of the program.
Stars: ✭ 40 (+37.93%)
Mutual labels:  backend, expressjs
Trybe-School
All activities while studying at Trybe fullstack software development school. Contains: projects, exercises, course summaries. Brazil, 2020-2021.
Stars: ✭ 73 (+151.72%)
Mutual labels:  backend, expressjs
netflix-show-generator
A tool for generating Netflix show image
Stars: ✭ 18 (-37.93%)
Mutual labels:  hacktoberfest2022
recipes
Application for managing recipes, planning meals, building shopping lists and much much more!
Stars: ✭ 3,570 (+12210.34%)
Mutual labels:  hacktoberfest2022
node-express-mongodb-reactjs-graphql
Node, Express, React.js, Graphql and MongoDB CRUD Web Application
Stars: ✭ 36 (+24.14%)
Mutual labels:  expressjs
gBoards
Trello like Angular Application
Stars: ✭ 21 (-27.59%)
Mutual labels:  expressjs
juice
Java后端开发库,涵盖:常用工具类、SPI扩展、分布式锁、限流、分布式链路追踪等。
Stars: ✭ 32 (+10.34%)
Mutual labels:  backend
storybook-addon-mock
This addon allows you to mock fetch or XMLHttpRequest in the storybook.
Stars: ✭ 67 (+131.03%)
Mutual labels:  hacktoberfest2022
aditof sdk
Analog Devices 3D ToF software suite
Stars: ✭ 61 (+110.34%)
Mutual labels:  hacktoberfest2022
express-mongo-jwt-boilerplate
Express Mongo JsonWebToken boilerplate
Stars: ✭ 100 (+244.83%)
Mutual labels:  expressjs
E-Learning-freesite
This site is mainly design for those student who don't know how to start their journey in the field of programming
Stars: ✭ 57 (+96.55%)
Mutual labels:  hacktoberfest2022
Hacktoberfest2021-for-everyone
This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value to this repository.
Stars: ✭ 178 (+513.79%)
Mutual labels:  hacktoberfest2022
Neovim-from-scratch
📚 A Neovim config designed from scratch to be understandable
Stars: ✭ 3,825 (+13089.66%)
Mutual labels:  hacktoberfest2022
parse-react
[EXPERIMENTAL] React, React Native, and React with SSR (e.g. Next.js) packages to interact with Parse Server backend
Stars: ✭ 58 (+100%)
Mutual labels:  backend
express-json-validator-middleware
Express middleware for validating requests against JSON schema
Stars: ✭ 148 (+410.34%)
Mutual labels:  expressjs
FizzBuzz-Hacktoberfest-2021
🎃 Submit creative FizzBuzz solutions in any language you want! Open for beginners !
Stars: ✭ 17 (-41.38%)
Mutual labels:  hacktoberfest2022

FotonGo ☕️⚡️

Simple boilerplate for building Backend services like ExpressJS with GOFIBER ⚡️

Features

  • Clean Architecture
  • Auto Generate Unit Testing Report
  • Auto Generate Swagger Docs
  • Auto Gen Depedency Injection with Google Wire
  • Schema First Data Model with Prisma
  • Versioning system for Database Migration with Bytebase
  • Seperate route and handler
  • Seperate Env config
  • Database connection with best practice (conn pool)
  • Custom sample middleware
  • JWT Integration & sample

Installation

  1. Clone repositories
$ git clone
  1. Copy sample env
$ cp .env.example .env
  1. Run in your local machine (Unix / Linux / Windows)
$ make run-local

Commands

otw

See more

star & watch for get the latest update
read more: https://gofiber.io/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].