This project is a full-stack web application developed using the MERN stack (MongoDB, Express.js, React.js, Node.js).
-
Clone the Repository:
git clone https://github.com/yaksh9737/Manager-App.git
-
Install dependencies:
Navigate to client directory and install frontend dependencies using yarn
yarn installSimilary navigate to api folder and install backend dependencies
yarn install -
ENV variables:
-
create .env file in the Backend folder and add these variables
-
-
Run project:
- Open terminal, navigate to frontend directory and run below command to start frontend
yarn run dev- Open another terminal, navigate to Backend directory and run this command to start backend server
yarn start
Responsive Design: The application is designed to be responsive and work seamlessly across different devices.
- MongoDB: NoSQL database for storing user data, listings.
- Express.js: Web application framework for building the backend server.
- React.js: JavaScript library for building the user interface.
- Node.js: JavaScript runtime environment for executing server-side code.
- JWT: JSON Web Tokens for secure user authentication.