GithubHelp home page GithubHelp logo

alexandrufanu / licenta_noua Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 69.59 MB

JavaScript 0.65% CSS 0.15% HTML 25.62% C# 0.08% Pug 0.01% Smalltalk 0.01% Dockerfile 0.01% Python 71.61% PowerShell 0.08% Batchfile 0.01% C 0.60% C++ 1.03% Assembly 0.01% Sass 0.03% VBScript 0.01% XSLT 0.01% Classic ASP 0.01% Cython 0.11%

licenta_noua's Introduction

MetricMaster - Website Performance Evaluation Platform

MetricMaster is a comprehensive platform to evaluate website performance. The solution comprises multiple projects, each with its own setup and run instructions. Please follow the respective instructions for each project as described below.

Project Overview

  1. node_fe_analyser/performance_test - Python Virtual Environment
  2. storeBE - C# with ASP.NET, Dockerfile included
  3. LearningPlatformBE - C# with ASP.NET, Dockerfile included
  4. nextbe_learning - Next.js
  5. nextbe_store - Next.js
  6. node_fe_analyser - Node.js
  7. main_front_end - React.js
  8. store - React.js
  9. fe_learning_platform - React.js

Project Setup and Run Instructions

node_fe_analyser/performance_test

This project is built with Python. Use a virtual environment (venv) to manage the dependencies:

python -m venv venv source venv/bin/activate pip install -r requirements.txt

storeBE and LearningPlatformBE

These are C# projects developed with ASP.NET. A Dockerfile is included in the root directory for each. To build and run:

docker build -t Dockerfile .

for storeBE: docker run -d -p 324:7080 Dockerfile

for LearningPlatformBE: docker run -d -p 324:7082 Dockerfile

nextbe_learning and nextbe_store

These projects are built with Next.js. To install the dependencies and run the development server:

npm install npm run dev

main_front_end, store and fe_learning_platform

These are React.js projects. To install the dependencies and start the development server:

npm install npm start

Contribute Feel free to submit pull requests or create issues if you find any bugs or have any suggestions to improve the platform.

License MetricMaster is MIT licensed.

licenta_noua's People

Contributors

alexfanu avatar

Stargazers

Dr. Marius E. Penteliuc avatar

Watchers

Alexandru Fanu 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.