Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iamtonmoy0/movie-crud-api
- Owner: iamtonmoy0
- Created: 2023-11-21T04:36:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-29T16:16:18.000Z (12 months ago)
- Last Synced: 2024-06-20T21:11:15.700Z (5 months ago)
- Topics: crud, go, golang, gorilla-mux, mongodb, server
- Language: Go
- Homepage:
- Size: 5.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```