GitXplorerGitXplorer
H

animes-united

public
1 stars
0 forks
2 issues

Commits

List of commits on branch main.
Unverified
f197051add9ad85d02af70371267c52e6ea1ac7d

chore(yayanimes-seeder): change script seeder:local to yayanimes-seeder

HHallexCosta committed 2 years ago
Unverified
7d59ee39f8f4b77ae612f7705ccb48181614aae9

chore(yayanimes-seeder): change src/request.ts to src/cli.ts

HHallexCosta committed 2 years ago
Unverified
b3321525cef89d1a595c29ddfe9567c66fd90c22

docs(yayanimes-seeder): add README

HHallexCosta committed 2 years ago
Unverified
e2318adbee2b90a11a39c7a54b6c55e37e981e4e

chore(yayanimes-seeder): update animes on database with generators

HHallexCosta committed 2 years ago
Unverified
985b688504ed254b8364d0b8419e8a11fd245560

chore(packages): add global dependencies

HHallexCosta committed 3 years ago
Unverified
e71f033e9e21062f8f4837bb66376aeb6b542708

feat(shared): add shared package

HHallexCosta committed 3 years ago

README

The README file for this repository.

Animes United Platform

This is my biggest study project in life, it was through this project that I started applying my studies in Node.js and Typescript

Guide

Languages

  • [x] Typescript

Tools

  • [x] Standardization of Code
    • [x] ESLint
    • [x] Husky
    • [x] Lint Staged
    • [x] Commit Lint
    • [x] TSConfig Paths
    • [x] Yarn Workspaces
  • [x] Libraries
    • [x] HTTP
      • [x] Axios
    • [x] Mobile
      • [x] React Native
  • [x] Frameworks
    • [x] Tests Frameworks
      • [x] Jest
    • [x] Tests Libraries
      • [x] Supertest
    • [x] Server
      • [x] Express
    • [x] Mobile
  • [x] API to Control
    • [x] Puppeteer
  • [x] Database
    • [x] MongoDB
  • [x] UI Design
    • [x] Figma

Install

# Cloning project
$ git clone git@github.com:HallexCosta/animes-united.git

# Accessing directory of project
$ cd animes-united

# Install dependencies
$ yarn

Run

# Run Server
$ yarn workspace @animes-united/server start:development
# --------------------
# Run Expo App
$ yarn workspace @animes-united/mobile run start

Screens

# Screens Added
1 Splash
2 Register
3 Login
4 Home
5 Categories Animes
6 Category Animes
7 Category Animes - Filter By Name
8 Anime Detail

Splash

splash


User Register

user-register

User Register - Second

user-register-second

User Register - Three

user-register-three


User Login

user-login

User Login - Onkeyboard

user-login-onkeyboard

User Login - Filled Fields

user-login-filled-fields


Home

home


Category Animes

category-animes


Category Animes - Filter By Name

category-animes-filter-by-name

Category Animes - Filter By Name - No Found

category-animes-filter-by-name-not-found


Anime Detail

anime-detail

Anime Detail - Watched Episodes

anime-detail-watched-episodes

Contributors

Aluno

@HallexCosta