StackOverflow CLONE

栏目: IT技术 · 发布时间: 4年前

内容简介: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: SASS and BOOTSTRAP

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

  1. Create a .env file and the format should be as given in .env.example .
  2. 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)
  3. Run databaseConfig.sql file in the mysql client
    source <file path>/databaseConfig.sql
  4. 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

StackOverflow CLONE StackOverflow CLONE StackOverflow CLONE StackOverflow CLONE StackOverflow CLONE StackOverflow CLONE


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

期货趋势程序化交易方法

期货趋势程序化交易方法

马文胜 编 / 中国财政经济 / 2008-1 / 42.00元

《期货趋势程序化交易方法》可作为学习期货行业的教程。中国期货行业非常重视期货人才队伍的建设,无论是在抓紧推进期货分析师的认证体系建设、提升期货分析师的执业水平上,还是在专业人才的后续教育上。 要想在期货市场上长期生存并保持稳定的获利,必须在充分认识市场的基础上,建立一个有效的系统化的手段和程序化的方法,把一切的复杂性和不确定性全部加以量化,使所有的交易有序而直观,才能最终达到低风险、低回报。一起来看看 《期货趋势程序化交易方法》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具