Skip to content

Developer-Student-Clubs-MMDU/ATMECS-TeamAsteroidDestroyers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ARVIS

Live Link

https://arvis-atmecs.netlify.app/

Run Locally

Clone the project

  git clone https://github.com/Developer-Student-Clubs-MMDU/ATMECS-TeamAsteroidDestroyers

Go to the project directory

  cd backend

Install dependencies

  npm install

Start the server

  node index.js

Go back and Navigate to frontend Folder

  cd frontend
  cd arvis

Install dependencies

  npm install

Start the server

  node index.js