Skip to content

A simple netflix-movie based CRUD backend server in Golang. The database used is Mongodb-Atlas.

Notifications You must be signed in to change notification settings

Kawaljeet2001/CRUD-Golang-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple netflix-movie based CRUD backend server in Golang. The database used is Mongodb-Atlas.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages