Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafiul29/tech-alpha-server

Discover Tech Alpha, where shopping meets innovation. Our MERN backend, fueled by Express, Node, CORS, and dotenv, ensures a dynamic and secure e-commerce adventure. Elevate your shopping experience with us, where technology and convenience converge for a seamless retail journey.
https://github.com/rafiul29/tech-alpha-server

cors dotenv expressjs mern-stack mongodb nodejs project-management

Last synced: 9 days ago
JSON representation

Discover Tech Alpha, where shopping meets innovation. Our MERN backend, fueled by Express, Node, CORS, and dotenv, ensures a dynamic and secure e-commerce adventure. Elevate your shopping experience with us, where technology and convenience converge for a seamless retail journey.

Awesome Lists containing this project

README

        

## Tech Alpha

Discover Tech Alpha, where shopping meets innovation. Our MERN backend, fueled by Express, Node, CORS, and dotenv, ensures a dynamic and secure e-commerce adventure. Elevate your shopping experience with us, where technology and convenience converge for a seamless retail journey.

## Features

- State management using Redux Toolkit
- Fetches product data using Redux thunk.
- A shopping cart that uses Redux Toolkit for state management.
- The cart items are saved in the client's browser local storage
- Styling using Tailwind CSS

## Tools Used

- Frontend: React, Redux
- Backend: Node.js, Express
- Database: MongoDB
- State Management: Redux
- UI Styling: TailwindCSS

## Installation (Client)

1. Clone this repository: `git clone https://github.com/Rafiul29/tech-alpha-client.git`
2. Navigate to the client directory: `cd tech-alpha-client`
3. Install dependencies: `npm install`
4. Start the client: `npm start`
5. Access the client in your browser at: `http://localhost:3000`

## Installation (Server)

1. Clone this repository: `git clone https://github.com/Rafiul29/tech-alpha-server.git`
2. Navigate to the server directory: `cd tech-alpha-server`
3. Install dependencies: `npm install`
4. Start the server: `npm start`
5. Create a `.env` file in the server directory and set the necessary environment variables (e.g, MongoDB URI, PORT).
- `MONGODB_URI`: the MongoDB connection string
- `PORT`: a secret string for JWT authentication
6. The server will be running at: `http://localhost:5000`

## Links

- [Live Demo](https://tech-alpha-nu.vercel.app/)
- [Front-End Repository](https://github.com/Rafiul29/tech-alpha-client.git)
- [Back-End Repository](https://github.com/Rafiul29/tech-alpha-server.git)