Giter Site home page Giter Site logo

auction-app's Introduction

Auction app

This project is about a web auction application for an antique items seller. The application will allow users to bid on antique items displayed in the site.

This application is divided into 2 sections. Frontend part is built with Reactjs and server side is build with express.js. For databases, we have used mongodb.


Setup

Backend Installation

After cloning the project

  • run cd server command to change directory
  • run npm install command to download all the dependencies
  • create a new file named .env in the root directory of server folder
  • copy the content from the .env.example and paste it into .env file
  • run node index.js

Database setup

We have used mongodb cloud service named ATLAS to manage our database. Please follow this steps to create your cluster and database: https://docs.atlas.mongodb.com/getting-started/

After creating cluster and database, you'll get a connection string. Copy this string and set this value to ATLAS_URI key in .env file into server folder.

Import the products.json and user.json from the dataset folder to your database.

Frontend Installation

After cloning the project

  • run cd client command to change directory
  • run npm install command to download all the dependencies
  • run npm run start command to start the frontend application. This will open a new window in web browser

auction-app's People

Stargazers

avee chakraborty avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.