Git Product home page Git Product logo

testez-une-application-full-stack-master's Introduction

Yoga App !

Start the project

Git clone:

git clone https://github.com/Asediab/Testez-une-application-full-stack-master

MySQL (MySQL Community Server - GPL):

Port: 3306

Create the username and the password

Create a new schema named: test

Give rights for this username on the test schema

Modify back/src/main/resources/application.properties

Create the schema with SQL script ressources/sql/script.sql

Go inside folder:

cd Testez-une-application-full-stack-master

Install Front-End

Go inside folder:

cd front

Install dependencies:

npm install

Launch Front-end:

npm run start;

Install Back-End

Go inside folder:

cd back

Install dependencies:

mvn install

Launch Back-end:

mvn spring-boot:run

Ressources

Postman collection

For Postman import the collection

ressources/postman/yoga.postman_collection.json

Database default content

By default, the admin account is:

Test

Front-End

Go inside folder:

cd front

Launching e2e test:

npm run e2e

Generate coverage report (you should launch e2e test before):

npm run e2e:coverage

Report is available here:

front/coverage/lcov-report/index.html

Unitary test

Launching test:

npm run test

Generate coverage report:

npm test -- --coverage

Report is available here:

front/coverage/jest/lcov-report/index.html

Back-End

Go inside folder:

cd back

Launching test:

mvn clean test

Report is available here:

/back/target/site/jacoco/index.html

testez-une-application-full-stack-master's People

Contributors

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