-
Clone the Repository:
git clone https://github.com/ayushchandra97/fullstack-assignment cd fullstack-assignment -
Frontend:
- Navigate to the frontend directory.
cd frontend - Install the dependencies.
npm install
- Start the Vite React development server:
npm run dev
- Navigate to the frontend directory.
-
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 themongodb_urlvariable in the server.js file located inside the backend directory.
- Navigate to the backend directory.
forked from iAmritMalviya/fullstack-assignment
-
Notifications
You must be signed in to change notification settings - Fork 0
ayushchandra97/fullstack-assignment
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Fullstack assignment
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 76.0%
- CSS 22.3%
- HTML 1.7%