Coder Social home page Coder Social logo

alvinmarshall / chatchallenge Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 794 KB

This project is designed to test your knowledge of back-end web technologies, specifically in .NET and assess your ability to create back-end products with attention to details, standards, and reusability.

C# 70.58% Dockerfile 0.93% Makefile 0.06% HTML 23.61% CSS 4.82%
asp-net-core dotent entity-framework-core nservicebus rabbitmq

chatchallenge's Introduction

ChatChallenge Run Unit

Assignment

The goal of this exercise is to create a simple browser-based chat application using .NET. This application should allow several users to talk in a chatroom and also to get stock quotes from an API using a specific command.

Mandatory Features

  • Allow registered users to log in and talk with other users in a chatroom.
  • Allow users to post messages as commands into the chatroom with the following format /stock=stock_code
  • Create a decoupled bot that will call an API using the stock_code as a parameter API Link Here, here aapl.us is the stock_code)
  • The bot should parse the received CSV file and then it should send a message back into the chatroom using a message broker like RabbitMQ. The message will be a stock quote using the following format: “APPL.US quote is $93.42 per share”. The post owner will be the bot.
  • Have the chat messages ordered by their timestamps and show only the last 50 messages.
  • Unit test the functionality you prefer.

Bonus (Optional)

  • Have more than one chatroom.
  • Use .NET identity for users authentication
  • Handle messages that are not understood or any exceptions raised within the bot.
  • Build an installer.

Considerations

  • We will open 2 browser windows and log in with 2 different users to test the functionalities.
  • The stock command won’t be saved on the database as a post.
  • The project is totally focused on the backend; please have the frontend as simple as you can.
  • Keep confidential information secure.
  • Pay attention if your chat is consuming too many resources.
  • Keep your code versioned with Git locally.
  • Feel free to use small helper libraries

Deliverables

When you finish the assignment, send a zip file (don’t forget to include the .git/ folder.) or upload your project to your Git repo (Github, BitBucket, etc... and share the repository link with your initial contact via email. Indicate which, if any, of the bonus tasks you completed. If you didn’t manage to finish everything, please tell us which parts you completed.

App Screenshots

Register Login
screenshot screenshot
Welcome Rooms
screenshot screenshot
Room Chat Room Chat Group
screenshot screenshot

chatchallenge's People

Contributors

alvinmarshall avatar

Stargazers

 avatar

Watchers

 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.