- Please install mongodb on your pc;
- 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.
- Then cd to mongodb.
- Run following command in the terminal.
mongod --dbpath=data --bind_ip 127.0.0.1 - 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:
npm installnpm startTo start the server using nodemon, you can usenpm run devinstead
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.
Frontend: https://github.com/Encheres/Encheres_Frontend
Give a ⭐️ if you liked the project!