danielmalmros / mean-framework-stock

This is a school project that demonstrats a MEAN Stack application with realtime data through socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEAN Stack: Stock Exchange

This is a school project that demonstrats a MEAN Stack application with realtime data through socket.io. The application uses Angular 5^ and boostrap for the frontend part, while the server uses Node.js and Express.

Frontend in angular-src

Frontend documentation on can be found here
Start your server before running the frontend!

Installation server

Install the dependencies for server in root! Open command prompt and run following commands.

$ npm install

Run server

Run the mongoDB daemon.
Requires that you have set up mongoDB on your computer!

$ mongod

If you run the server for the first time logic is created to add test data to mongo.
Run the server with following commands.

$ npm start or nodemon

Run server-side test with following command.

$ npm test

About

This is a school project that demonstrats a MEAN Stack application with realtime data through socket.io


Languages

Language:TypeScript 56.3%Language:JavaScript 28.7%Language:HTML 14.8%Language:CSS 0.3%