Skip to content

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

License

Notifications You must be signed in to change notification settings

nareshagrawal/MyOrganization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published