pgedzba / garazuj.to-Api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

University Project

garazuj.to is a website for car passionates with a lot of features:

  • user profiles,
  • each user can add cars to his profile,
  • cars can contain informations about services, fuel consuption, etc.,
  • users can create guides which can be commented by other people.

Contributors

Front-End

The same contributors created front-end for this app. Clone front-end

Setup project

  1. Clone the project: git clone https://github.com/pgedzba/garazuj.to-Api.git
  2. Add project to IDE of your choice
  3. Run it using maven

Setup database

  1. Create a new database: create database garazuj_to; create user 'admin'@'localhost' identified by 'garazuj'; grant all on garazuj_to.* to 'admin'@'localhost';
  2. Serve database on port 3310

About


Languages

Language:Java 100.0%Language:Shell 0.0%