Skip to content

YuriVini/go-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMA - ASK ME ANYTHING

AMA is a Web and Mobile application designed to help people in their questions. Therefore, this application offers users the possibility of registering a room, being able to add questions, reactions and mark as answered. The objective of backend it was to create a connection with website through websocket to get results in real time.

💻 Technologies

This project was made using the follow technologies:

👷 How to run

# Clone Repository
$ git clone [email protected]:YuriVini/go-websocket.git

📦 Run API

# Go to server folder
$ cd go-websocket

# Install Dependencies
$ go mod tidy

# Fill the .env file
DATABASE_PORT=""
DATABASE_NAME=""
DATABASE_USER=""
DATABASE_PASSWORD=""
DATABASE_HOST=""

# Run Aplication
$ go run cmd/websocket/main.go

Access API at http://localhost:XXXX and start your websocket connection at ws://localhost:XXXX

📕 License

Released in 2024 📕 License

Made with love by Yuri Vincius 🚀.

Give a ⭐️ if this project helped you!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages