- Clone the project in your local repository
- Open CLI or Git Bash and navigate to the project folder
- Make sure you are using node version 19.
- Run command "npm install"
- Navigate to client folder by using command "cd client"
- Run command "npm install"
- docker-compose up
- Open two CLI or Git Bash, one in the project folder `ai-nft`.
- Run `npm start` in the terminals.
- Server will start at port `3001`
- Run `npm run build` to build the project it will create dist folder which have all the build files.
- Please join Postman workspace below for api testing and structure for api call.
- https://app.getpostman.com/join-team?invite_code=d41c013752e5d7b7057bdc38eec208d9&target_code=204604a39c3e5acca4e50ff9ed23145f
- https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax
This project is licensed under the MIT License. See the LICENSE file for details.