Advance Optical Character Recognition for application Infrastructure.
- API documentation can be access through API Docs
To run this project, you will need to add the following environment variables to your .env
file
PORT
LOCALHOST_PORT
DATABASE_URL
HOST_URL
-
Clone the project
git clone https://github.com/<user-name>/hope.ai
-
Go to the project directory
cd hope.ai
-
Install dependencies & start server
npm install npm run src/server.js
> hope.ai@1.0.0 dev > nodemon src/server.js [nodemon] 2.0.22 [nodemon] to restart at any time, enter `rs` [nodemon] watching path(s): *.* [nodemon] watching extensions: js,mjs,json [nodemon] starting `node src/server.js` server running at http://localhost:8000 🚀