1.0.0 • Published 4 years ago

sample-material-ui-kit v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago
    -> src
    -> components
        -> button
        -> input
        -> select
        -> card
        -> slider
        -> sidebar
        -> header
        -> surveyjs
    -> docs
    -> tests
    -> demo
        -> nextjs app
        -> pages
            -> homepage
            -> pricing page

taxfox-frontend-nextjs
    -> install nxtbig-ui-kit
    -> install nxtbig-api-kit
    -> auth, local storage, store, sagas
    -> index.js <- import store from api-kit
    -> pages
        -> homepage
        -> teampage -> import { team } from 'ff'; team.getMembers();
        -> about

nxtbig-api-kit
    -> apis
        -> endpoint taxfox.nxtbig.io
    -> store
    -> tests
    -> sagas

nxtbig-stacks - /api/something

- auth
    - POST /register -> register.js
    - POST /login -> login.js
    - Authorizer 
        - Get the Token
        - Check if tenant is correct
        - Token valid
        - Authorization
- itr
- files
- form16
- notes
    - GET /notes -> index.js
    - POST /notes -> store.js
    - GET /notes/{id} - show.js
    - PUT /notes/{id} - update.js
    - DELETE /notes/{id} - delete.js```
1.0.0

4 years ago