oliveiralecca / university-sisfauna-app

It is a web application about a Brazilian open-source dataset.

Home Page:https://sisfauna-app.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sisfauna App

Github top language Github language count Repository size


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author


Sisfauna App Screen

๐ŸŽฏ About

This project was developed with the goal of practicing web development technologies and concepts. It was an evaluation of the Web Programming subject. It is a web application about a Brazilian open source dataset that allows the user to choice some questions and filter them by state and years.

โœจ Features

โœ”๏ธ User register on the open route;
โœ”๏ธ User sign-in;
โœ”๏ธ Some questions about the Sisfauna dataset;
โœ”๏ธ Some data filters by states and years;
โœ”๏ธ Data results with smart graphs;
โœ”๏ธ Tracking and counting of user location;
โœ”๏ธ Location results with map and graph

๐Ÿš€ Technologies

The following tools were used in this project:

โœ… Requirements

Before starting ๐Ÿ, you need to have Git and Node installed.

๐Ÿ Starting

Server

# Clone this project
$ git clone https://github.com/oliveiralecca/university-sisfauna-app

# Access
$ cd university-sisfauna-app
$ cd backend

# Install dependencies
$ yarn or npm i

# Run the project
$ yarn dev:server or npm run dev:server

# The server will initialize in the <http://localhost:3333>
# You will need your own DATABASE_URL and SECRET_KEY env variables

Web

# Access
$ cd university-sisfauna-app
$ cd frontend

# Install dependencies
$ yarn or npm i

# Run the project
$ yarn dev or npm run dev

# The project will initialize in the <http://localhost:5173>
# You will need your own VITE_API_URL env variable with the backend URL 

 

Made with ๐Ÿ’• by Letรญcia Oliveira

 

Back to top ๐Ÿ”

About

It is a web application about a Brazilian open-source dataset.

https://sisfauna-app.vercel.app


Languages

Language:TypeScript 97.0%Language:JavaScript 1.7%Language:HTML 1.3%