AuctionHub

所属分类:浏览器
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2024-03-02 14:26:15
上 传 者sh-1993
说明:  拍卖中心是一个在线平台,旨在促进拍卖。该平台允许用户为收藏品和商品创建拍卖。投标人可以轻松浏览活跃的拍卖,并出价。拍卖中心使用web技术构建,包括React和Node.js,并利用MongoDB存储拍卖和用户信息
(Auction Hub is an online platform designed to facilitate auctions. The platform enables users to create auctions for collectibles and goods. Bidders can easily browse through active auctions, and place bids. Auction Hub is built using web technologies, including React and Node.js, and utilizes MongoDB to store auction and user information)

文件列表:
client/
server/
docker-compose.yaml
package-lock.json
package.json

# Auction Hub Auction Hub is an online platform that simplifies the auction process for both buyers and sellers. Users can create auctions for various items and bidders can easily browse and bid on items. The platform is built using modern web technologies such as React and Node.js, with a backend database to store auction and user information. Auction Hub also includes security features to ensure fair and transparent auctions. ## Screenshots ![image](https://github.com/sharmas07/AuctionHub/assets/82169761/c1d6827f-ff4d-4790-8c7a-9739028c9644) ## Run Locally Clone the project ```bash git clone https://github.com/sharmas07/AuctionHub.git ``` ### client ```bash cd client ``` Install dependencies ```bash npm install ``` Start the server ```bash npm start ``` ### server ```bash cd server ``` Install dependencies ```bash npm install ``` Start the server ```bash npm run devstart ``` ## Environment Variables To run this project, you will need to add the following environment variables to your .env file `MONGODB_URL` `JWT_SECRET` ## Tech Stack **Client:** React **Server:** Node, Express, JWT, Socket.IO, bcryptjs **Database:** MongoDB ## License [MIT](https://choosealicense.com/licenses/mit/)

近期下载者

相关文件


收藏者