Giter VIP home page Giter VIP logo

athena's Introduction

Notes for Back-End Module/Microservice


Back-End MongoDB Atlas Cloud Instance Template and Comparison

Created to visualize and test modules I created using different methods

  1. practice BE setup using different toolchains [x]
  2. working with different DB and deploy methods [-]
  3. make different client side adjustments [-]
  4. further documentation, research, base coding [-]
  5. Incorporate testing and debugging []
  6. Analyze lighthouse scores []
  7. Compare to Django & Django Rest Framework info [-]
  8. Create template of most suitable option/s for future projects [-]

server (index.js)

database (config/db || connection)

  1. MongoDB Atlas: DaaS Cloud Instance
  2. PostgreSQL

Dev Dep: dotenv, nodemon, cors


Server

  1. Express for handling API endpoint, deserializing data, storing in DB
    1. handler function
    2. POST

ODM(ORM) (interact/access DB)

  1. Object Relational/Document Mappers
    1. Mongoose || MongoClient ['TS Todo', 'Gullo-db']
    2. Prisma | Apollo ['Waves', 'nxt-ded-apql']
  2. API data query/manipulation langauges
    1. GraphQL || REST ['querying GitHub API via graphiql', 'VS Code Ext']

PRISMA ***

  • schema
    • convert DB schema to prisma schema
  • queries
    • generate prisma client to start db queries
    • introspection avail for PG

Apollo **

  • Apollo Server
    • GQL server that can work w/ express
    • has UI explorer & playground
  • Apollo Studio Explorer
    • run queries and explore schema
  • Nexus
    • GQL schema generator
  • typedefs, resolver functions, schemas, server

Mongoose *

  • controllers
  • models
  • Routes

Front-end & UI/UX

  • Axios to make calls

Testing

  1. Jest
  2. Enzyme
  3. VS Code Debugging
    1. Chrome Dev Tools
    2. Edge Dev Tools

Authentication, Authorization

Productionn Build

  • Using Azure Cosmos DB to deploy

Serverless/Lambda Options


athena's People

Contributors

bahim22 avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.