pamu47 / SSD-OAuth2.0_Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSD Assignment 2

Accessing Google Drive API with oAuth 2.0 Authorization


This is a web application developed using Node.js for the backend and React for the frontend.


Deployment Instructions


Setting up the environment,
  1. Clone the project.
  2. Navigate into the project directory: cd SSD-OAuth2.0_Project
  3. Run command: npm install
  4. Navigate into the client directory: cd client
  5. Run command: npm install

Starting the application,
  1. Inside the project directory run npm start or node server to run the server.
  2. Navigate to the client directory, cd client and start the client by running npm start

About


Languages

Language:JavaScript 84.4%Language:HTML 11.2%Language:CSS 4.4%