Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 761 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 761 Bytes

go-crud

This repository contains a CRUD (Create, Read, Update, Delete) application written in Go.

How to Run

To run the application, follow the steps below:

  1. Open your terminal or command prompt.

  2. Type the following command:

CompileDaemon -command="./go-crud"

This command will compile and run the go-crud application.

  1. Once the application is running, open your web browser and go to:

Access it on localhost port 3000.

This will take you to the local development server where you can interact with the CRUD application.

Feel free to explore the different features and functionalities of the go-crud application. If you have any questions or encounter any issues, please don't hesitate to reach out.