Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Cross-origin resource sharing (CORS)
Cross-origin resource sharing (CORS) is a mechanism that allows restricted resources on a web page to be accessed from another domain outside the domain from which the first resource was served. CORS also relies on a mechanism by which browsers make a “preflight” request to the server hosting the cross-origin resource, in order to check that the server will permit the actual request. In that preflight, the browser sends headers that indicate the HTTP method and headers that will be used in the actual request. For security reasons, browsers restrict cross-origin HTTP requests initiated from scripts. For example, fetch()
and XMLHttpRequest
follow the same-origin policy. This means that a web application using those APIs can only request resources from the same origin the application was loaded from unless the response from other origins includes the right CORS headers.
Resource types
- Invocations of
fetch()
orXMLHttpRequest
- Web Fonts (for cross-domain font usage in
@font-face
within CSS), so that servers can deploy TrueType fonts that can only be loaded cross-origin and used by websites that are permitted to do so - WebGL textures
- Images/video frames drawn to a canvas using
drawImage()
- CSS shapes from images
- scripts
- iframes
- GitHub: https://github.com/topics/cors
- Wikipedia: https://en.wikipedia.org/wiki/Cross-origin_resource_sharing
- Created by: WHATWG, Matt Oshry, Brad Porter, Michael Bodell, Tellme Networks
- Released: May 2006
- Related Topics: xhr, ajax, jsonp, content-security-policy,
- Last updated: 2024-11-14 00:05:31 UTC
- JSON Representation
https://github.com/neelakandanv/mycrm-be
MyCrm - A Simple and Secure CRM App with tokenized requests and role based authorizations.
bcryptjs cookieparser cors dotenv expreesjs git github javascript jwt mongodb-atlas mongoose nodejs nodemailer nodemon postman render
Last synced: 12 Oct 2024
https://github.com/sankalpafernando/cors-extends
cors cors-proxy express jest npm-package typescript
Last synced: 12 Oct 2024
https://github.com/iam-abhishek-yadav/tasks
Your go to tasks app
axios bcrypt-ts cloudfare-workers cookies cors hono jwt lazy-loading postgresql prisma protected-routes react-router-dom reactjs typescript zod
Last synced: 24 Oct 2024
https://github.com/pacmancity/django-xml-parser
тестовое задание, приложение для добавления данных из xml в базу данных
cors django djangorestframework-xml djanogo-rest-framework python
Last synced: 10 Nov 2024
https://github.com/rob-blackbourn/bareasgi-cors
CORS support for bareASGI
asgi asyncio bareasgi bareasgi-cors cors cors-support python web
Last synced: 14 Oct 2024
https://github.com/prasanth2817/chat-application-backend
The backend is built using Node.js with Express for handling API requests and Socket.IO for real-time messaging. MongoDB stores user data and chat messages, with Mongoose handling database operations. JWT is used for authentication, and bcrypt for password hashing. The code follows the MVC architecture for maintainability.
bcryptjs cors dotenv expressjs jwt-authentication moongose mvc-architecture nodejs socket-io
Last synced: 01 Nov 2024
https://github.com/whyshashi/video_sync_app
Web Application where users can join a room, share a YouTube video link, and watch the video together with perfect synchronization. Additionally, users should be able to chat with each other in real-time while watching the video. The project should include some advanced and creative features to enhance user engagement and interaction.
cors express jwt mongodb-atlas mongoose nodejs react socket-io
Last synced: 01 Nov 2024
https://github.com/engcfraposo/bootcamp-gostack-conceitos-de-node-js
Project about my first test of the Gostack in TypeScript
api cors json testes typescript
Last synced: 14 Oct 2024
https://github.com/quazisamiha/assignment-2-level-2
Developed an Express application with TypeScript as the programming language, integrating MongoDB with Mongoose for effective data management. Ensure data integrity through validation using Joi/Zod
cors eslint-rules express mongodb-atlas mongoose nodejs zod zod-validation
Last synced: 25 Oct 2024
https://github.com/harshkapadia2/flask-jwt-cors
A demo for working with JWTs, testing the Flask-JWT-Extended package and implementing CORS.
cors flask flask-jwt-extended jwt
Last synced: 25 Oct 2024
https://github.com/ripper-no-chart/converter-server
Convert USD-MXN-ARS currencies
cors dotenv express fetch morgan nodejs ts-node typescript
Last synced: 25 Oct 2024
https://github.com/7gowtham/online-event-management-platform
To develop a platform for organizing and managing events with features for event listings, ticket sales, and attendee registration and to Implement tools for providing event schedules, and offering event analytics to support event planning.
axios bcryptjs cors dotenv express jsonwebtoken jwt-authentication jwt-decode mongodb mongoose nodejs nodemailer reactjs stripe-payments tailwindcss useeffect uselocation usestate
Last synced: 25 Oct 2024
https://github.com/theycallherlou/hapiapi
This directory is the express server for the web window.
babel cors eslint express helmet jest typescript typescript-eslint
Last synced: 25 Oct 2024
https://github.com/suyashjoshi179/cors-proxy-go
CORS Proxy Server made using Go and Gin.
compiled cors cors-anywhere cors-proxy gin go golang proxy-server
Last synced: 18 Oct 2024
https://github.com/jsinkx/vish-app-backend
Backend app to get university schedule via parse google docs sheets (with updates in interval time)
backend cors docker express google-docs-api mongoose nginx nodejs parser typescript vite-proxy
Last synced: 15 Oct 2024
https://github.com/sujoncoder/developer_swag
bcryptjs cors dotenv express-js jwt-authentication mongodb mongoose morgan nodejs nodemailer
Last synced: 20 Oct 2024
https://github.com/faleialina/todo-list
axios cors create-react-app css express mongoose
Last synced: 05 Nov 2024
https://github.com/sutharshantanu/razorpay-gateway
Backend Repository for RazorPay Payment Intergration in Node JS + MongoDB.
cors dotenv express-js mongodb mongoose node-js razorpay razorpay-api
Last synced: 07 Nov 2024
https://github.com/arjunraj79/securefilestorageandsharingsystemonazure
A full-stack web application for securely uploading, encrypting, and storing files using Azure Blob Storage and Azure Key Vault. The frontend is built with Angular, while the backend utilizes Node.js and Express for file handling and encryption. It ensures secure file storage with Azure's cloud infrastructure, enabling efficient file management ...
angular azure-blob-storage azure-key-vault azure-resource-group cors environment-variables nodejs
Last synced: 15 Oct 2024
https://github.com/eldsonc/backend-country
Backend CountrySearch
axios cors dotenv express nodejs typescript
Last synced: 15 Oct 2024
https://github.com/sm-noushan/task-management-server-bytebux
Client
cors expressjs mongodb mvc-pattern
Last synced: 20 Oct 2024
https://github.com/phanxuanquang/asp.net-core-web-api-with-orm
The template to setup a backend server using Entity Framework and XML Documentation, bypassing CORS policies, restructuring API response format, and customizing message for standard HTTP status codes
api asp-net-core backend cors csharp dotnet entity-framework entity-framework-core mssql npgsql orm postgresql sql sqlite sqlserver swagger template visual-studio
Last synced: 25 Oct 2024
https://github.com/jmgogo/webapp-security
A repo covering the basics of web application security
Last synced: 06 Nov 2024
https://github.com/aayushthakur1999/eventschedulingsystem
An app which helps in scheduling events and meetings for people in a department/office.
cookie-parser cors daisyui dotenv expressjs mongoosejs nodejs nodemon prettier react-router-v6 react-toastify react-typescript tailwindcss ts-node tsx typescript vitejs
Last synced: 21 Oct 2024
https://github.com/laynef/node-secure-cors
CORS for Node.js that does not allow wildcards for Subdomain attacks
Last synced: 07 Nov 2024
https://github.com/shakilpendhari/render_api
This is repository used as backend for clone of peperfry website
Last synced: 26 Oct 2024
https://github.com/daniarmakyev/kyrgyz-legacy
Kyrgyz Legacy: An interactive language learning platform for Kyrgyz, with translations in Russian, English, and Hindi.
axios cors express i18next jwt-authentication multer next node postgresql react redux-toolkit rest-api sequelize tailwind typescript
Last synced: 07 Nov 2024
https://github.com/dozyio/hello-go-lambda-api-gateway-terraform
Terraform all the things - AWS Lambda, Cogntio, API-Gateway with CORS, SQS, SNS, DynamoDB, SPA configuration
aws-api-gateway aws-lambda cognito cors dynamodb go iac sns sqs terraform terraform-aws vue vuejs
Last synced: 06 Nov 2024
https://github.com/wilmanconde2/bc-71370-integrador_etapa4_frontendv1.1-wilman-conde
Web App with full CRUD
bootstrap cors dotenv express-middleware express-validator expressjs javascipt javascript-framework mongodb multer nodejs nodemon react-components react-hooks react-router react-router-dom reactjs sass vite
Last synced: 29 Oct 2024
https://github.com/tripolskypetr/pwalauncher
The PWA launcher for react-declarative
cors cors-proxy honeypot http https mixed-content osint path-proxy port-forwarding proxy pwa react-declarative reverse-proxy same-origin websocket
Last synced: 27 Oct 2024
https://github.com/nda17/node-express-server
Node-express-server
colors compression cors dotenv express-js helmet jest morgan node-js prisma supertest ts-node-dev tsconfig-paths typescript zod-validation
Last synced: 02 Nov 2024
https://github.com/mrarvind90/fcc-metric-imperial-converter
A simple full-stack server-side rendered web application built on HTMX, NodeJS and Express to convert metric units to imperial and vice versa for freeCodeCamps' Quality Assurance certification.
bootstrap5 cors css3 eslint express-validator expressjs fcc fcc-certification fcc-exercise freecodecamp freecodecamp-project html5 javascript mathjs nodejs prettier
Last synced: 10 Nov 2024
https://github.com/giovanesouza/market-place-nodejs
O código do mais novo market place - Projeto desenvolvido ao longo do curso de Desenvolvimento Full Stack, módulo Back-end Development da Ília/Italents.
arquitetura-mvc bycrypt cors env express javascript jwt mongodb mongoose nodejs swagger-ui
Last synced: 08 Nov 2024
https://github.com/fralonra/corsen
A universal Cross-Origin Resource Sharing(CORS) middleware
Last synced: 02 Nov 2024
https://github.com/luayasaadsson/parentbuddy
An AI-based application that helps parents discover and plan activities for their children, based on geolocation and interests. The app provides personalized recommendations and allows users to save their favorite activities for future use.
bcrypt cors dotenv express jwt mongoose nodejs openai radix-ui react shadcn-ui tailwindcss typescript
Last synced: 03 Nov 2024
https://github.com/aayushthakur1999/ytclone-backend
A repository which serves as the backend for our YouTube clone app
bcrypt cookie-parser cors dotenv expressjs javascript jsonwebtoken mongodb-atlas mongoose-aggregate-paginate-v2 mongoosejs multer nodejs nodemon prettier
Last synced: 12 Nov 2024
https://github.com/abhishekjaiswar221/taskify-cloud-todo-backend
Taskify Cloud Todo Backed
bcryptjs cors express-validator expressjs jwt-authentication mongoosejs nodejs
Last synced: 12 Nov 2024
https://github.com/samyc2002/url-shortener-microservice
A project implementing URL Shortener Microservice
cors express javascript mongodb
Last synced: 30 Oct 2024
https://github.com/toorop/ipfs-proxy
An IPFS reverse proxy that handle CORS (especially preflight), authentification, access rules, and more...
authentication cors ipfs reverse-proxy
Last synced: 06 Nov 2024
https://github.com/maximilliangroup/maxx-onguard
.htaccess and .conf files that provide robust security for PHP and WordPress sites
apache apache2 cloudflare conf configuration cors directory-bruteforce htaccess-better-web-security htaccess-files htaccess-https-redirect htaccess-rule htaccess-snippets htaccess-www-redirect https php security server ssl wordpress wordpress-development
Last synced: 04 Nov 2024
https://github.com/camruthav/bookstore-app_mern
Bookstore App Using MERN Stack
cors crud mern-stack vite webdevelopment
Last synced: 05 Nov 2024
https://github.com/henrique1204/nodejs-typescript-api-mensagens
API desenvolvida em curso com NodeJS, TypeScript e MongoDB.
cors express javascript mongodb mongoose nodejs typescript
Last synced: 05 Nov 2024
https://github.com/mdrianislam0or1/generates-short-urls-backend
Shorten a long URL to a unique short URL. Redirect to the original long URL using the short URL. Handle errors gracefully. RESTful API endpoints for URL shortening.
cors exporess jest nodejs testing ts-jest typescript zod
Last synced: 07 Nov 2024
https://github.com/mdrianislam0or1/contacts-management-backend
This is the backend code for a contacts management application, built using Node.js, Express.js, and MongoDB. It provides RESTful API endpoints for managing contact details, including adding, viewing, updating, and deleting contacts.
cors dotenv eslint expressjs mongodb mongoose nodejs postman typescript zod
Last synced: 07 Nov 2024
https://github.com/faleialina/restapi-jwt-authform
axis bycrypt cookie cors expressjs jwt-token postgresql sass vite
Last synced: 05 Nov 2024
https://github.com/shahinuralambhuiyan/electrum_server
bcrypt body-parser cors dotenv express mongodb mongoose nodejs
Last synced: 07 Nov 2024
https://github.com/parthmodi23/mystore
E-commerce Website with MERN Stack
api api-rest cors e-commerce-project easy express mongodb nodejs reactjs
Last synced: 05 Nov 2024
https://github.com/shobanamuthiah/authentication_backend
User Authentication API
backend-api cors database-management expressjs javascript mongodb mongoose nodejs
Last synced: 14 Nov 2024
https://github.com/zachcheung/corsproxy
Yet Another CORS Proxy Written in Go
Last synced: 05 Nov 2024
https://github.com/shuvoprogram/choltibank_be
CholtiBank is a cutting-edge digital banking platform, revolutionizing the financial landscape in Bangladesh. Built with React, Next.js, and Redux, it offers a seamless and secure banking experience, providing a wide range of services from account management to secure transactions.
bcrypt cookie-parser cors dotenv eslint expressjs http-status husky jsonwebtoken prettier prisma socket-io ts-node-dev typescript winston zod
Last synced: 05 Nov 2024
https://github.com/shuvoprogram/edusphere_backend
EduSphere 🌐 revolutionizes learning! An interactive LMS fostering personalized education, collaboration, and skill mastery.
axios bcrypt cloudinary cookie-parser cors datauri dotenv ejs expressjs http-status-code ioredis jwt mongoose multer node-cron nodemailer stripe ts-node-dev typescript
Last synced: 05 Nov 2024
https://github.com/shuvoprogram/inventorypro_backend
📦 InventoryPro: Simplify inventory control with this smart, user-friendly app. Streamline processes and optimize your stock management effortlessly.
body-parser cors dotenv express express-mongo-sanitize express-rate-limit helmet hpp jsonwebtoken mongoose morgan nocache nodemailer sendgrid xss-clean
Last synced: 05 Nov 2024
https://github.com/shuvoprogram/courierhub_backend
bcrypt cors dotenv expressjs jsonwebtoken mongoose nodemailer nodemon url
Last synced: 05 Nov 2024
https://github.com/cosmosgenius/twitter-proxy
Twitter api proxy with cors support
api cors proxy twitter twitter-proxy
Last synced: 06 Nov 2024
https://github.com/hafsalodhi2023/complete-food-delievery-app
This is a MERN Stack Project and Food Delievery App.
app backend cors dotenv express expressjs food-delivery-application food-ordering frontend model mongodb mongodb-atlas mongodb-driver mongoose mongoose-schema nodejs react
Last synced: 06 Nov 2024
https://github.com/preetiraj3697/chatterbox
Chatterbox is a modern messaging application designed to facilitate seamless communication between users through individual and group chats. Built with a focus on user experience and security, Chatterbox offers a range of features to enhance your messaging experience.
axios cloudinary cookie-parser cors expressjs jsonwebtoken material-ui mongodb nodejs react-router-dom reactjs redux-thunk redux-toolkit socket-io
Last synced: 12 Nov 2024
https://github.com/yaroslavtsebro/todo-app
simple todo api using prisma orm, express, etc
bcrypt class-transformer class-validator cors dotenv jwt prisma-client prisma-orm typescript winston winston-logger
Last synced: 08 Nov 2024
https://github.com/guruprasad3n/crud-node-application
The Product and Review Management System is a Node.js application with MongoDB integration that allows users to manage products and their associated reviews. This documentation provides an overview of the application, its features, technical requirements, and instructions for setting up and running the project.
chai cors dotenv expressjs mocha mocha-chai mongodb mongoose nodejs nodemon npm supertest
Last synced: 06 Nov 2024
https://github.com/wdyitz/twitter-clone-api
Twitter Clone API
cors docker docker-compose express helmet jwt-authentication nodejs prisma-orm typescript
Last synced: 10 Nov 2024
https://github.com/rafiul29/tech-alpha-server
Discover Tech Alpha, where shopping meets innovation. Our MERN backend, fueled by Express, Node, CORS, and dotenv, ensures a dynamic and secure e-commerce adventure. Elevate your shopping experience with us, where technology and convenience converge for a seamless retail journey.
cors dotenv expressjs mern-stack mongodb nodejs project-management
Last synced: 06 Nov 2024
https://github.com/rafiul29/proxima-server
Proxima is a user-friendly project management application built using the MERN stack. With Proxima, users can create, edit, and delete projects with ease. The application features secure JWT authentication and frontend protected routes to ensure user privacy and security.
bycrypt cors devenv expressjs jwt mern-stack mongodb nodejs project-management react validator
Last synced: 06 Nov 2024
https://github.com/marcodpt/apitest
A browser based api tester
api api-rest api-testing cors cors-anywhere test testing testing-tools
Last synced: 14 Nov 2024
https://github.com/nadilson-ifpe/nlw-esports
https://nlw.rocketseat.com.br/invite/nadilson-34614
axios cors expo express javascript nodejs phosphor-react prisma radix-ui react react-native rocketseat tailwindcss typescript vite vitejs
Last synced: 06 Nov 2024
https://github.com/krishanmihiranga/spring-link
Example project illustrating the seamless integration of a Spring Boot API with a Frontend application.
cors css html java javascript spring-boot
Last synced: 10 Nov 2024
https://github.com/prasanth2817/assign-mentor
This is a Student-Mentor Assigning system based Api with several endpoints for multiple features.
cors dotenv expressjs mongoose mvc-architecture nodejs
Last synced: 08 Nov 2024
https://github.com/prasanth2817/password-reset
This API is designed for Users to reset their passwords with proper security .
bcryptjs cors dotenv expressjs jsonwebtoken mongoose nodejs nodemailer
Last synced: 08 Nov 2024
https://github.com/prasanth2817/mybarber-app-backend
MyBarber Application is an application built for users to book and manage appointments at salons. Users can select stylists, services, and specific dates and times. Business users have a separate dashboard for managing appointments and services.
bcryptjs cors dotenv express jsonwebtoken jwt-authentication mongoose multer
Last synced: 08 Nov 2024
https://github.com/kiranwankhade/invact
Movie Watchlist Application
chakra-ui cors dotenv expressjs mongodb mongoose react-icons react-loader-spinner react-router-dom reactjs
Last synced: 06 Nov 2024
https://github.com/kainemon/tanaoshi
an anime streaming & manga reading provider RESTful API.
anime anime-scraper anime-streaming axios cheerio cors hono manga manga-reading manga-scraper swagger typescript
Last synced: 06 Nov 2024
https://github.com/devmahmud/advanced-web-dev-quiz
An Advanced Web Dev Quiz that covers a wide range of the things web devs get to deal with on a daily basis.
advanced-web cors csp event-loop hsts javascript security web
Last synced: 10 Nov 2024
https://github.com/princeinscripts/task-2-blog-website
A MERN stack blog app for creating, managing, and sharing posts. Features user authentication, image uploading, liking, and responsive design.
authentication blogging cors express full-stack jwt mern mongoose multer node react web-app
Last synced: 14 Nov 2024
https://github.com/princeinscripts/lms-website
Learning Management System (LMS) project, MERN (MongoDB, Express.js, React, Node.js) stack
axios bcrypt bcryptjs chartjs cloudinary cookie-parser cors dotenv express jwt-authentication mongodb mongoose multer nodejs nodemailer nodemon react react-router redux-toolkit vite
Last synced: 14 Nov 2024
https://github.com/developeromarfaruk/node-react-custom-jwt-auth
In this repository Login and Register authentication and authorization are done by using a custom JWT token.
axios bcryptjs bootstrap5 cors css3 dotenv express-js html5 jsonwebtoken jsx jwt-token mongodb nodejs nodemon react-hooks react-router reactjs restful-api
Last synced: 07 Nov 2024
https://github.com/jonatandb/fullstackopen.com
Working app: "FullStackOpen Phonebook by Jonatandb"
axios bcrypt cors cross-env dotenv es6 express fullstackopen2020 jest jonatandb jwt-authentication mongodb mongoose mongoose-unique-validator nodejs nodemon react supertest
Last synced: 12 Nov 2024
https://github.com/iam-abhishek-yadav/medium
A blogging platform built with React, Express, and PostgreSQL. Enables users to create, publish, and share blog posts. Utilizes Prisma for data management and Cloudflare for performance and security.
axios cloudfare cors expressjs hono jwt postgresql prisma reactjs zod
Last synced: 07 Nov 2024
https://github.com/iam-abhishek-yadav/plinko
Plinko lets players drop a ball down a triangular pin pyramid to reach a multiplier. Inspired by Pachinko, this game allows customization of risk and multipliers, making it perfect for everyone.
axios canvas cors express nodejs react-router-dom reactjs tailwind typescript
Last synced: 07 Nov 2024
https://github.com/mskian/mskcors
CORS Anywhere is a NodeJS proxy which adds CORS headers to the proxied request.
cors cors-anywhere cors-proxy cors-request
Last synced: 07 Nov 2024
https://github.com/alvarogarcia7/kata-tictactoe-backend-javascript
A simple backend service for storing events
backend backend-services cors event-sourcing event-store heroku javascript kata make makefile no-tdd node nodejs yarn
Last synced: 12 Nov 2024
https://github.com/miasanromen/hotellisting.api
REST API, created on C# language using ASP.NET Core Web API
asp-net-core automapper cors entity-framework-core rest-api restful swagger swagger-ui webapi
Last synced: 08 Nov 2024
https://github.com/iurianu/goodreads-web-scraper
A simple web scraper that gets a book from goodreads.com by providing the ISBN
axios bootstrap cheerio cors express-js goodreads javascript nodemon
Last synced: 14 Nov 2024
https://github.com/pblnahu1/login-react-mysql-node
Login con React y NodeJS. Para el Front uso Axios. Para el Back uso Express, CORS y MySQL
axios cors expressjs javascript mysql nodejs react
Last synced: 09 Nov 2024
https://github.com/basedhound/crud-test-2_api
RESTful API built with Node.js and Express, featuring authentication, MongoDB integration, and full CRUD operations. It includes robust security and validation measures for secure data handling.
api bcrypt cors dotenv express helmet jsonwebtoken jwt mongodb mongoose mongoose-unique-validator multer nodejs
Last synced: 09 Nov 2024
https://github.com/basedhound/crud-test-1_api
Build a REST API with Node, Express, and MongoDB. This API should handle CRUD operations for managing products and be connected to a database. Successfully implementing it will reveal a secret word.
api cors crud dotenv express mongodb mongoose node nodejs
Last synced: 09 Nov 2024
https://github.com/basedhound/kpop-social_app_react
Fullstack social media platform inspired by Kpop culture, featuring React with cozy color palettes. The frontend uses Redux and Mantine, while the backend is built on Node/Express/MongoDB.
axios bcrypt cors dotenv express jsonwebtoken jwt mern mongodb mongoose multer node-js nodemon react react-redux react17 redux
Last synced: 09 Nov 2024
https://github.com/basedhound/gm-social_app_react
A fullstack social media app built with the MERN stack (MongoDB, Express, React, Node.js) for OpenClassrooms. Features complete CRUD operations, enhanced security, and demonstrates full-stack skills.
axios bcryptjs cors crypto-js date-fns express helmet jsonwebtoken jwt mantine-ui mongodb mongoose multer nodejs react react18 responsive social
Last synced: 09 Nov 2024
https://github.com/misterowlpt/traefik-auth-api
A sample project that uses Traefik to control access to a federated REST API
Last synced: 08 Nov 2024
https://github.com/hossainrafi/quizapp
This is a full-stack Quiz Application
axios cors dotenv expressjs middleware mongodb mongoose nodejs nodemon react react-redux react-router-dom redux-toolkit
Last synced: 09 Nov 2024
https://github.com/pedrolustosa/financial-v2
Financial System - Project DDD
angular api cors csharp ddd-patterns dotnetcore entityframework generics html5 identity jwt linq-to-sql restful-api scss singleton sqlserver typescript
Last synced: 12 Nov 2024
https://github.com/pedrolustosa/financial_management
DDD Financial System | Angular and .NET 7
angular cors csharp dependency-injection domain-driven-design dotnetcore generics identity jwt linq-to-sql singleton sql sqlserver visualstudio
Last synced: 12 Nov 2024
https://github.com/halbert-anderson/backend-assessment-welovemovies
A server for movies, theaters, reviews and critics.
cors expressjs knexjs nodejs postgresql react render
Last synced: 09 Nov 2024