modulepackage
0.0.0-20240707080402-29db26fd0e0d
Repository: https://github.com/raphsku/micro.git
Documentation: pkg.go.dev
# README
ARCHIVED
Micro: A minimalist WebServer (Example)
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
- Clone this repo
- 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 -
go run main.go -database=<database name> -port=<port in the format :PORT>
# Packages
No description provided by the author