Skip to content

moaabid/go-crud-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CRUD API using GO and Gorilla mux

Summary

This project servers an simple CRUD movie Api using GO and Gorilla mux

Note: This project is not connected to any database. Here I manage data with struct and slices.

Usage

API

API

# create docker image
docker build -t go-crud-api . 

# run docker image
docker run -p 8080:8080 -it go-crud-api    

TODO

  • Delete All movies
  • Add Dockerfile

About

Movies CRUD API using GO and Gorilla mux. (C)

Topics

Resources

Stars

Watchers

Forks