Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamtonmoy0/movie-crud-api

Simple movie crud server api
https://github.com/iamtonmoy0/movie-crud-api

crud go golang gorilla-mux mongodb server

Last synced: 6 days ago
JSON representation

Simple movie crud server api

Awesome Lists containing this project

README

        

# Simple crud api with Golang and Mongodb

* Clone the project
```
git clone https://github.com/iamtonmoy0/movie-crud-api
```
* Go to the project directory
```
cd movie-crud-api
```

Note: Make sure you have go installed in your system
* Run
```
go run main.go
```