GithubHelp home page GithubHelp logo

old-sonarcloud's Introduction

SE2_Thesis-Management

Project Setup Guide

Run with docker

1 - Install the Docker app

Go to docker's official site, download and install the docker application following the installation wizard's instructions

2 - Cloning the repository

git clone https://github.com/matitaviola/SE2_Thesis-Management.git
cd SE2_Thesis-Management

3 - Run docker build

docker-compose up

4 - Go to the webapp page

Either open your browser and go to "127.0.0.1:5173" or clicke this link: Thesis Management

Run locally without docker

1 - Cloning the Repository

Be sure to have Node.js installed on your machine! The application uses Vite+React for the frontend (client) and Express for the backend (server)

  • Initialize the project
git clone https://github.com/matitaviola/SE2_Thesis-Management.git
cd SE2_Thesis-Management
cd server
npm install
cd ../client
npm install

2 - Populate the db (inside of 'server' folder)

Note: it can be used to return the DB at the original state in case you mess it up while testing. Note: Please remove the old file before running to avoid issues with the foreign keys

npm run populate

3a - Run the server (inside of 'server' folder)

node index.js

3b - Run the client (inside of 'client' folder)

npm run dev

4 - Run tests (either inside the 'server' or 'client' folder)

npm test

To also get the tests coverage run

npm run coverage

Users:

Students

Teachers

old-sonarcloud's People

Contributors

matitaviola 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.