Skip to content

esirangelomub/go-web-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API REST IN GO

A simple Rest API made in Go

Installation

Clone the project where.

git clone git@github.com:esirangelomub/go-api-rest.git

Create a new docker container containing MongoDB image

docker run -d  --name mongodb -p 27017:27017 mongo

Run application

go run main.go

or

go run main.go -url=<SITE_URL>

Compiling application and run

go build
./go-web-crawler

or

./go-web-crawler.exe

Access API

See the Postman collection with all CRUD examples.

Todo

Implement tests.

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.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages