Git Product home page Git Product logo

chatserver's Introduction

How to run the application

To run the application, you need to install docker and docker-compose on your computer. Once your docker-compose is installed run the following command:

    $ docker-compose up -d

Your application should then start. You can make changes in the src/ directory, build using normal golang commands. Much of the work has already been done such as writing to the database, but you will need to create the api endpoint to query and return the messages when a websocket client connects and sends a message to the server.

To build the application you can do the following:

   $ docker exec -it golang_chatapp_1 /bin/bash
   $ go build cmd/chatapp/main.go
   $ ./main

How you will be graded

[] Can you create an api endpoint http://localhost:3000/logs that properly returns the log text in json format? [] Can you create some kind of golang test to show your application works? [] Can you create a script that uploads data to the mongo database and test your function?

Download Mongo Database

You can download the MongoDB config from this link: https://drive.google.com/file/d/1cUpoX8Hdn31gdl1md53EWmvX9Xnd_4aW/view?usp=sharing

chatserver's People

Contributors

miguelangarano avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.