Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rafiul29/tech-alpha-server
- Owner: Rafiul29
- Created: 2023-08-10T15:54:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-27T15:49:19.000Z (11 months ago)
- Last Synced: 2024-04-11T15:30:19.335Z (7 months ago)
- Topics: cors, dotenv, expressjs, mern-stack, mongodb, nodejs, project-management
- Language: JavaScript
- Homepage:
- Size: 4.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)