Projects
End-to-end project build notes & case studies.
5 notes
Brainly App
Basic things to start a project Npm init -y Npm install -d typescript Npx tsc –init Change the comments in the file for src and out directory and create index.ts file inside the src folder for express add this too in the tsconfig file upper one is the new syn
Medium Blog Website
FOR BACKEND WE ARE USING HONO INSTEAD OF EXPRESS BECAUSE THE ISSUE IS HONO WORKS BETTER WITH CLOUDWORKS SO THATS WHY Hono is built for serverless functions creating be folder and for installing hono using this npm create <hono@latest> creating the endpoints To
Paytm Project
First using the docker file first off check in the docker folder or not docker build ./ -t mongodb:4.7-replset then to run it use docker run mongodb:4.7-replset docker run -d -p 27017:27017 mongodb:4.7-replset use this one to run at a specific port docker run
Trello Project
Above is the whole structure of the project General flow for creating a application 1. Design your db schema 2. Create your backend 3. Tests for backend 4. Frontend ALWAYS REMEMBER TO MAINTAIN ID FOR ALL THE USERS LIKE IN DB WE DO THAT SO THIS ALSO TRY TO MAI
Zapier Project
Use of zapier razorpay = payment gateway usecase of zapier like when you do buy a course there are many options imagine we bought service from appx and they just provide payment in inr so the issue is we want in usd also how we will do? To fix that we like cr