karthikr194 / MyOrganization

React Web Application using MERN stack and integrate Google OAuth and Calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyOrganization

Maintainer

Name NUID
Naresh Agrawal 1054600

Objective

Create a MyOrganization react application using the nodejs REST API

Technology Stack

  • React
  • HTML
  • SCSS
  • Nodejs
  • Express
  • JavaScript
  • MongoDB

Prerequisites

  • Node.js
  • MongoDB
  • npm
  • IDE

Component Architecture

Alt text

Running application locally

  • Clone the repository
$ git clone git@github.com:neu-mis-info6150-spring-2021/final-project-runtime-terror.git
  • Navigate to webapp folder to run frontend stack
$ cd webapp
$ npm install
$ npm start

The frontend stack should be running and listening for HTTP requests on port 3000 on localhost. http://localhost:3000/

  • Navigate to server folder to run backend stack
$ cd server
$ npm install
  • For Development enviroment
$ npm run watch:dev
  • For Production enviroment
$ npm run watch:prod

The backend stack should be running and listening for HTTP requests on port 8081 on localhost. http://localhost:8081/

The mogngodb running on port 27017 on localhost. http://localhost:27017/

Note: Detailed README will find in respective folders

About

React Web Application using MERN stack and integrate Google OAuth and Calendar

License:MIT License


Languages

Language:JavaScript 92.8%Language:SCSS 5.6%Language:HTML 1.6%