Skip to content

jetsup/GO-CRUD-REST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD_REST

This is a test CRED Restful API using Go Language with gin framework and gorm ORM.

Running the server

Before running the server, make make sure to run the migrations. This can be achieved bu running the command:

go run migrate/migrate.go

The migrate command is run every time you make a modification to the tables/schema.

To run the server, open the terminal and run:

go run main.go

This project makes use of CompileDaemon to automatically recompile the code when changes are detected. To run the server with CompileDaemon, use the following command:

CompileDaemon -command="./crud-rest"

About

Basic crud implementation using GO.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages