This is a very simple project that sends and receives data to my mongoDB atlas collection, utilising express and node. A project utilising the MERN stack which stands for MongoDB, Express, React and Nodejs, this project is also using vite with MERN stack which has been deployed on vercel.
To run this project locally, you'll need to have Node.js and npm installed on your computer. Once you have these installed, follow these steps:
1. Clone the repository:
> git clone <repository-url>
2. Navigate to the project directory using the command line.
3. Install dependencies:
> npm install
4. Start the Vite development server:
> npm run dev
5. Open your web browser and navigate to http://localhost:5173 (or the port shown in the terminal) to view the project.
Below is the project link, currently live on Vercel:
Note
The project currently live on vercel isn't functioning as intended with the MongoDB cluster.
Updates will be made overtime to rectify this problem.
This project includes:
- Display data: Users can view the data that has been sent to the database.
- Send data: Users can send data to the database.
- Navigation to GitHub repo: A button when pressed takes you to the GitHub repo.