Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 503 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 503 Bytes

CRUD API in Golang v1.80

This project is a simple CRUD API, for a netflix-like web app. The database used in MongoDB Atlas.

Installtion

  • Clone the repo

      git clone https://github.com/Kawaljeet2001/CRUD-Golang-API.git
  • Create your .env file and add the MONGODB_URI and PORT environment variables.

  • Type go get to get all the packages required

  • Run the main file in the root directory to start the server

      go run main.go