# README
Covid Information Storing API
Prerequisites
- Docker
- Mongo Compass
Instructions
- Use the docker to start the mongodb in detached mode on port 27017.
docker run --name goweb-mongo -d -p 27017:27017 mongo
- Open the Mongo Comapass and setup the connection with local using mongodb://localhost:27017.
Running Instructions
- QueyParameters
- db -- database name
- collection -- collection name
- Port
- 8001 -- you can change it in main.go
- Run "main.go" to up the server
- Type the URL on your browser
- http://localhost:8001/store?db=""&collection=""
- Fill the empty strings to store the data
- For Swagger UI
# Packages
No description provided by the author
Package docs GENERATED BY THE COMMAND ABOVE; DO NOT EDIT This file was generated by swaggo/swag.
No description provided by the author
No description provided by the author