Skip to content

ayushchandra97/fullstack-assignment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Help Center API Assignment

Instructions

  1. Clone the Repository:

    git clone https://github.com/ayushchandra97/fullstack-assignment
    cd fullstack-assignment
  2. Frontend:

    • Navigate to the frontend directory.
      cd frontend
    • Install the dependencies.
      npm install
    • Start the Vite React development server:
      npm run dev
  3. Backend:

    • Navigate to the backend directory.
      cd backend
    • Install the dependencies.
      npm install
    • Start the Node.js server (nodemon):
      npm run devStart
    • or
      npm start
    • The backend server uses MongoDB as database. So in order to run the server locally create a new connection locally and use that connection url with database name as the parameter (eg, mongodb://localhost:27017/HelpCenterCard) inside of the mongodb_url variable in the server.js file located inside the backend directory.

About

Fullstack assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.0%
  • CSS 22.3%
  • HTML 1.7%