Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 563 Bytes

File metadata and controls

23 lines (14 loc) · 563 Bytes

Studentogram Backend

Example project to the lecture about React, Redux.

It implemets some sample of the chat application with chats. For instant messaging I use socket.io.

This repository contains backend. If you want to find frontend or lecture go to Links.

Build and development

  1. To run application for development use:
npm run start

Links

Slides

Frontend repo