Cshayan / Discourse-Web-App

A beginner level discourse web app made using MERN Stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discourse - A web application

made-with-NodeJS Made with ExpressJS ! made-with-React made-with-MongoDB

Snapshots of the project

Alt text Alt text Alt text Alt text

Pre-requisites

1. Must have NodeJS installed in your system.

How to run in local machine?

  1. Clone the repository and navigate to the folder.
  2. To install the dependencies of the server run -> npm install
  3. Navigate to client folder by -> cd client.
  4. Install the client dependencies by -> npm install
  5. Back to root folder by -> cd ..
  6. Run npm run dev to start the server and client concurrently.
  7. Go to localhost:3000 to see the entire project.

About

A beginner level discourse web app made using MERN Stack.


Languages

Language:JavaScript 96.5%Language:HTML 3.3%Language:Shell 0.1%Language:CSS 0.1%