myFirstGOServer is a simple Go-based API server that interacts with a MongoDB database. It provides basic CRUD (Create, Read, Update, Delete) operations for managing a watchlist of movies.
These instructions will help you set up and run the project on your local machine.
You'll need the following software/tools installed on your system:
- Go (Golang): Installation Guide
- MongoDB: Installation Guide
-
Clone the repository:
git clone https://github.com/yourusername/myFirstGOServer.git