Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidmohanty11/go-webstuffs
building webapps with golang
https://github.com/sidmohanty11/go-webstuffs
Last synced: 24 days ago
JSON representation
building webapps with golang
- Host: GitHub
- URL: https://github.com/sidmohanty11/go-webstuffs
- Owner: sidmohanty11
- Created: 2021-06-02T17:29:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T06:50:51.000Z (over 3 years ago)
- Last Synced: 2024-06-21T18:54:20.074Z (5 months ago)
- Language: Go
- Size: 42.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Go-Web-Apps
This repository contains all my works on web apps with golang.
## Usage
- The _hello-world-web_ is a starting pack for running a live server with a string hello world.
- _fiber-again_ contains starter template for getting started with [fiber-framework](https://github.com/gofiber/fiber)
- _lets-see_ is a starter template with middlewares(nosurf, session), templates, caching templates, routes setup and pkgs folder structure (**Barebone-Golang WebApp Structure**)[Download](https://github.com/sidmohanty11/go-webstuffs/files/6602953/lets-see.zip)### For lets-see and B&B
```bash
cd intoTheProject
```
```bash
go run .
```### Otherwise run,
```bash
cd intoTheProject
```
```bash
go run main.go
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.