Giter Site home page Giter Site logo

wiss3n's Introduction

WiSS3N

WiSS3N is a app for web-based Realtime Private Collaborative School Home Work Content Editing and Sharing.

Check the project website.

Roadmap

  • โœ“ = ready for production use
  • Beta = ready for beta user testing
  • ๐Ÿšง = feature in progress
Feature Ready
Calendar
View for Week, Month, Day โœ“
Select and Display Classes โœ“
Select and Display Teaching Subjects โœ“
Create Tasks ๐Ÿšง
Data Security
Save in Local file System Support
Share Data Peer to Peet between Devices
Collaboration
User Groups
Find and Connect to Friend
Share Documents
Realtime Collaborative Editing
Platform support
Mozilla Firefox (>=49) Beta
Apple Safari (>=10) Beta
Google Chrome (>=53) Beta
Microsoft Edge Beta

Development

Install the dev dependencies.

npm install

Run the dev app.

./gradlew
npm start

Building for production

To optimize the wiss3n application for production, run:

./gradlew -Pprod clean bootWar

This will concatenate and minify the client CSS and JavaScript files. It will also modify index.html so it references these new files. To ensure everything worked, run:

java -jar build/libs/*.war

Then navigate to http://localhost:8080 in your browser.

Testing

To launch your application's tests, run:

./gradlew test

Client tests

Unit tests are run by Jest and written with Jasmine. They're located in src/test/javascript/ and can be run with:

npm test

UI end-to-end tests are powered by Protractor, which is built on top of WebDriverJS. They're located in src/test/javascript/e2e and can be run by starting Spring Boot in one terminal (./gradlew bootRun) and running the tests (npm run e2e) in a second one.

wiss3n's People

Contributors

enricoschw avatar dependabot[bot] avatar

Stargazers

 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.