Coder Social home page Coder Social logo

bw-translators-project's Introduction

Translators Manager

This system consists in a manager of Translators. Its possible to list, to create, to update and to delete translators.

This system works with a REST API to manage the data stored on database. This API was developed using Spring Boot and the Translators Manager (front-end) was developed using AngularJS.

Requirements

Tested on Ubuntu 18.04

Set up PostgreSQL

If already installed on your machine, certify yourself that you have the following username and password on your PostgreSQL. Otherwise, change the file application.properties with the correct credentials or create if needed.

Properties to connect with database:

spring.datasource.url= jdbc:postgresql://localhost:5432/postgres

spring.datasource.username=postgres

spring.datasource.password=password

  • Username: postgres
  • Password: password

Building the application

  • Run this command on terminal:

    ./gradlew build

    Running the application:

  • Access the folder build/libs and run this command on terminal:

    cd build/libs

    java -jar translators-0.0.1-SNAPSHOT.jar

  • If the database connection is successful access http://localhost:8080.

Understanding Translators Manager

Bellow some images with the features of this application.

Filtering translators

In this image is possible to see how to filter translator by name, email, language.

Creating new translator

To create a new translator just to click on floating button to open the dialog and to filling the fields.

Editing and removing a translator

To edit or delete is just to click on the buttons present in each card.

Testing the CRUD with Swagger

Access http://localhost:8080/swagger-ui.html

Swagger

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.