Skip to content

abbumillion/EfaApp

Repository files navigation

Ethiopian Freelancing Application

THIS WAS OUR FINAL YEAR PROJECT//YEAR 2022G.C//2014E.C This project was developed at bahir dar institute of technology Bahir Dar University Bahir Dar,Amhara,Ethiopia.

DEVELOPERS

Million Sharbe

 spring and vaading  developer

Thomas Fasil

 project manager and ui/ux designer

Yordanos Damtew

 database  and system designer

Running the application

The project is a standard Maven project. To run it from the command line, type mvnw (Windows), or ./mvnw (Mac & Linux), then open http://localhost:8080 in your browser.

Deploying to Production

To create a production build, call mvnw clean package -Pproduction (Windows), or ./mvnw clean package -Pproduction (Mac & Linux). This will build a JAR file with all the dependencies and front-end resources, ready to be deployed. The file can be found in the target folder after the build completes. Once the JAR file is built, you can run it using java -jar target/mytodo-1.0-SNAPSHOT.jar

Project structure

  • views package in src/main/java contains the server-side Java views of your application.
  • views folder in frontend/ contains the client-side JavaScript views of your application.
  • themes folder in frontend/ contains the custom CSS styles.

Useful links

  • you can get the project at [github.com/abbumillion/ethiofreelancing]
  • you can get the project at [github.com/abbumillion/efa]
  • Read the documentation at vaadin.com/docs.
  • Follow the tutorials at vaadin.com/tutorials.
  • Create new projects at start.vaadin.com.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published