image-upload Project is a social media application where users can:
- Share pictures.
- Comment on pictures.
- Like or dislike pictures and comments.
- Share their thoughts through posts.
Upcoming Feature: We are working on adding private conversations between users!
To run this project locally, ensure you have the following:
- Go programming language installed on your machine. You can download it from the official Go website.
-
Clone this repository:
$ git clone https://learn.zone01oujda.ma/git/amargoum/forum-image-upload
-
Navegat to the project directory:
$ cd forum-image-upload -
install dependencies:
$ go mod tidy
-
run the program:
$ go run cmd/main.go