内容简介:As the name suggests, this project is a clone of a famous Q/A website for professional and enthusiast programmers built solely by me using a completely different stack.NOTE: Might take sometime to start as there will be 2 servers running.VIDEO -
StackOverflowClone
Copyright © 2020 Mayank Aggarwal
As the name suggests, this project is a clone of a famous Q/A website for professional and enthusiast programmers built solely by me using a completely different stack.
My Tech Stack (MERN)
Front-end
- Front-end Framework:
React.js (with Redux) - Styling:
SASSandBOOTSTRAP
Back-end
Node.js with Express.js Framework MySQL POSTMAN
Original Tech Stack
C# Microsoft SQL Server .NET
Guidelines to setup
Prerequisites
NPM version > 6.8.5 NODE LTS version > 10.12.8 MYSQL version > 8.0.10
Steps
- Create a
.envfile and the format should be as given in.env.example. - Run these commands then -
npm i (Install all the dependencies) cd client (Move to client directory) npm i (Install all the client side dependencies) npm audit fix (Run whenever it dhows that there are vulnerabilities)
- Run
databaseConfig.sqlfile in the mysql clientsource <file path>/databaseConfig.sql
- Start the servers
Option 1 (for running both the servers simultaneously): npm run dev Option 2 (for running both the servers individually): npm run server (for backend server only) npm run client (for frontend server only)
NOTE: Might take sometime to start as there will be 2 servers running.
DEMO
VIDEO - Watch the video
IMAGES
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据挖掘
(美)Jiawei Han、(加)Micheline Kamber、(加)Jian Pei / 范明、孟小峰 / 机械工业出版社 / 2012-8 / 79.00元
数据挖掘领域最具里程碑意义的经典著作 完整全面阐述该领域的重要知识和技术创新 这是一本数据挖掘和知识发现的优秀教材,结构合理、条理清晰。本书既保留了相当篇幅讲述数据挖掘的基本概念和方法,又增加了若干章节介绍数据挖掘领域最新的技术和发展,因此既适合初学者学习又适合专业人员和实践者参考。本书视角广阔、资料翔实、内容全面,能够为有意深入研究相关技术的读者提供足够的参考和支持。总之, 强烈推荐......一起来看看 《数据挖掘》 这本书的介绍吧!