Skip to content

FisherApp is a platform which fishers can schedule fishings with their friends and save the data of their fished fishes.

Notifications You must be signed in to change notification settings

ruifernandees/fisherapp

Repository files navigation

🐟 FisherApp

Tela inicial do FisherApp

🔗 Useful links / Links úteis

ER Diagram / Diagrama ER: http://bit.ly/fisherapp-er-diagram

📝 Description

English

FisherApp is a platform which fishers can schedule fishings with their friends and save the data of their fished fishes.

Português

FisherApp é uma plataforma na qual pescadores podem agendar pescarias com seus amigos e salvar nela as informações de seus peixes pescados.

💻 Technologies

  • Laravel (back-end framework)
  • Bootstrap (css framework)
  • Leaflet (for the maps in the platform / para os mapas na plataforma)
  • MySQL/MariaDB (Database)

🚀 Run on your machine

Initial steps

$ git clone https://github.com/ruifernandees/fisherapp.git
$ cd fisherapp

Create database (MySQL/MariaDB)

CREATE DATABASE fisherapp;

Project setup

# Install PHP dependencies
$ composer install

# Install JS dependencies
$ npm install

# Run all migrations
$ php artisan migrate

# Run the UserSeeder seed, that creates some users
$ php artisan db:seed --class=UserSeeder

Run project

# Run the project
$ php artisan serve

# Run npm
$ npm run dev

ER Diagram

FisherApp ER Diagram

Screens

Login Screen

Login Screen

Register Screen

Register Screen

Dashboard

Dashboard Screen

Ranking

Ranking

User settings

User settings

Fish update/delete

Fish settings

Fishing update/delete

Fishing settings

Add fish

Add fish screen

Schedule fishing

Schedule fishing screen

About

FisherApp is a platform which fishers can schedule fishings with their friends and save the data of their fished fishes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published