Skip to content

Facelessism/CODSOFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

CODSOFT PROJECTS ON WEB DEVELOPMENT

  • CHECKOUT The Branch "master" for Joblisting App
  • CHECKOUT The Branch "master2" for Quizmaker

How to Run the Project Locally

Requirements:

  • Node.js and npm installed
  • Git installed
  • MongoDB installed

Job Board Website:

1. Clone the Repository in Git Bash-

git clone https://github.com/Facelessism/CODSOFT.git cd CODSOFT

2. Switch to the "master" Branch

git checkout master

3. Start The Backend

cd server npm install node index.js

4. Start Frontend

cd ../client npm install npm start

Online Quiz Maker:

1. Clone the Repository in Git Bash-

git clone https://github.com/Facelessism/CODSOFT.git cd CODSOFT

2. Switch to "master2" Branch

git checkout master2

3. Start Backend

cd server npm install node index.js

4. Start Frontend

cd ../client npm install npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published