Categorygithub.com/RaphSku/micro
modulepackage
0.0.0-20240707080402-29db26fd0e0d
Repository: https://github.com/raphsku/micro.git
Documentation: pkg.go.dev

# README

ARCHIVED

Micro: A minimalist WebServer (Example)

Author Apache2.0 License Version 1.0.0

Goal

This project is just a very simple example of how to run a web server with a database (MongoDB) and RestAPI in the programming language Golang

Getting Started

  1. Clone this repo
  2. Create an .env file inside of the project folder and include one key-value pair: The key has to be MONGODB_URI and the value should correspond to the MongoDB connection string
  3. go run main.go -database=<database name> -port=<port in the format :PORT> 
    

# Packages

No description provided by the author