Skip to content

anikaislam16/SoftwareProjectManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 

Repository files navigation

Software Project Management Application

Necessary Steps:

Step 1:

--> Installing Necessary Software:

  1. VS Code
  2. MongoDB Community Version https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.5-signed.msi
  3. MongoDB Compass (Optional) https://downloads.mongodb.com/compass/mongodb-compass-1.42.0-win32-x64.exe

Step 2:

--> Open two terminals, one for Backend another for Frontend

--> Commands for initialization of Backend (api folder):

cd api

npm i

--> Command for starting server:

nodemon server

--> Commands for initialization of Frontend (project_managment folder):

cd project_management

npm i

--> Command for starting the application in browser

npm start (Please start in 3000 port. It is required for google verification for signup and login with google)

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •