GitXplorerGitXplorer
H

animes-united

public
1 stars
0 forks
2 issues

Commits

List of commits on branch main.
Verified
ec39b6bd3b8550f91a150b2100588cad0a5d5dda

Merge pull request #71 from HallexCosta/add-server-docs

HHallexCosta committed 3 years ago
Unverified
04a844b6b66222a1e9261c07187bb5aff6f1d408

chore(packages): add link-module-alias and module-alias in yarn.lock

HHallexCosta committed 3 years ago
Unverified
44f781aff7b07a8eb9155832799b86e9b98ff636

docs(server): add README for server

HHallexCosta committed 3 years ago
Verified
e7e733b1edadabe36b046140205ebc8263e7e1dd

Merge pull request #69 from HallexCosta/prevent-circular-dependency

HHallexCosta committed 3 years ago
Unverified
cb5e0668374371965d43956e5fe84a2357ba4764

chore(server): remove unused scripts and files

HHallexCosta committed 3 years ago
Unverified
a9a0d862d1f888bfa6328bce1ff443ca6128c730

chore(server): adjust app routes

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