Skip to content

Backend Repository for Encheres (Digital assets (NFTs) and Physical assets auction marketplace)

Notifications You must be signed in to change notification settings

Encheres/Encheres_Backend

Repository files navigation

Welcome to Encheres_backend 👋


To run MongoDB based server locally

Prerequisites

  1. Please install mongodb on your pc;
  2. In your PC create folder and name it mongodb move into it and create folder data (if haven't already done so) this will store all databases of your mongodb.
  3. Then cd to mongodb.
  4. Run following command in the terminal. mongod --dbpath=data --bind_ip 127.0.0.1
  5. This will start mongo server to serve up data from and into data folder.

Now run following commands in the terminal in the root directory of this project:

  1. npm install
  2. npm start To start the server using nodemon, you can use npm run dev instead
  3. To run FastApi Server

    Prerequisites

    uvicorn Python Library must be installed

    Now go to generative_models/fastApiApp/ directory on Command line and run:

    uvicorn main:app --reload To start the FastApi Server for serving ML Scripts.

    Link for Frontend repo:

    Frontend: https://github.com/Encheres/Encheres_Frontend

    Show your support

    Give a ⭐️ if you liked the project!

About

Backend Repository for Encheres (Digital assets (NFTs) and Physical assets auction marketplace)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •