Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

50 lines (26 loc) · 1.22 KB

Dashboard-App

This project was created using the following technologies.

-Html/Css/Javascript

-Node.js

-React.js

-MongoDB

-Redux

This is a web application built using MERN Stack (MongoDB, Express, React, Node.js). Installation

Clone this repository.

Navigate to the cloned directory: cd project-name

Navigate to the API folder: cd server

Run npm install command to install the API packages.

Start the MongoDB database: mongod

Run npm start command to start the API server.

You can check if the API is working by going to http://localhost:8800 in your browser.

Navigate to the client folder: cd client

Run npm install command to install the client packages.

Run npm start command to start the client server.

You can check if the application is working by going to http://localhost:3000 in your browser.

Sample member accounts: e-mail: kaan@gmail.com password: 123456

API Usage

The API is accessible under the /api URL. Refer to the API documentation for more information on the routes and parameters. Contributing

License

This project is licensed under the MIT license. See the LICENSE file for more information.