Skip to content

Efamamo/Task-Mgt-with-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task-Management MongoDB

Installation

  1. Clone the repository:
    git clone https://github.com/Efamamo/Task-Management-mongoDB
  2. Change to the project directory:
    cd Task-Management-go

Configuration

Before running the application, ensure you have a MongoDB instance running. Update the database connection string in data.go where it is set with:

clientOptions := options.Client().ApplyURI("your-mongodb-connection-string")

Replace "your-mongodb-connection-string" with your actual MongoDB connection string.

Running

To run the application, use the following command:

go run .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages