본문 바로가기
프로그래밍/프로젝트

Stack Overflow 클론코딩 레퍼런스 찾기

by monicada 2022. 8. 19.
728x90

프론트엔드 

1. https://github.com/Mayank0255/Stackoverflow-Clone-Frontend

  • Front-end Framework: React.js (with Redux)
  • Styling: SASS and BOOTSTRAP

 

백엔드 

1. https://github.com/Mayank0255/Stackoverflow-Clone-Backend

  • For handling index requests: Node.js with Express.js Framework
  • As Database: MySQL with Sequelize
  • API tested using: POSTMAN

 

2. https://github.com/ValeryKorzhavin/stackoverflow

  • Java 12
  • Spring Boot 2
  • Spring Data JPA
  • Spring Security
  • Hibernate
  • PostgreSQL
  • Liquibase (for migrations)
  • JUnit for testing
  • Thymeleaf as a template engine
  • Project Lombok
  • Mapstruct
  • Twitter Bootstrap 4
  • JQuery
  • Built with Maven
  • Deployed on Heroku

 

풀스택 

1. https://github.com/salihozdemir/stackoverflow-clone

  • ReactJs
  • NextJs
  • Storybook
  • PostCSS
  • NodeJs
  • Express
  • MongoDB
  • Mongoose

 

2. https://bestofreactjs.com/repo/salihozdemir-stackoverflow-clone-react-react-apps

  • ReactJs
  • NextJs
  • Storybook
  • PostCSS
  • NodeJs
  • Express
  • MongoDB
  • Mongoose

 

3. https://github.com/amand33p/stack-underflow(개성있게 바꾼 버전)

    Back-end

  • Node.js - Runtime environment for JS
  • Apollo Server - To build a self-documenting GraphQL API server
  • MongoDB - Database to store document-based data
  • Mongoose - MongoDB object modeling for Node.js
  • JSON Web Token - A standard to secure/authenticate HTTP requests
  • Bcrypt.js - For hashing passwords
  • Mongoose Unique Validator - Plugin for better error handling of unique fields within Mongoose schema
  • Dotenv - To load environment variables from a .env file

 

4. https://github.com/Shashankd48/stack-overflow-clone

  • Vue
  • Next.js
  • Node
  • React
  • React-native

'프로그래밍 > 프로젝트' 카테고리의 다른 글

프로젝트 -요구사항명세서, 화면정의서 작성  (0) 2022.08.24
프로젝트 관리하기  (0) 2022.08.23
NFT 민팅 사이트 만들기  (1) 2022.08.17
TDD - Testbuilder 과제  (0) 2022.08.03
프로젝트 경험 설명  (0) 2022.07.28

댓글