/find-bible-scripture

Describe a bible story, get its bible reference.

Primary LanguageTypeScript

Discover the Bible in a whole new way

Describe a small story, parable or event in the Bible. And get its Bible Reference

Running Locally

Cloning the repository to local machine

git clone https://github.com/Era360/find-bible-scripture

Create a project on Firebase

Storing Firebase project configurations in .env

Create a .env file in root directory of project. And store your Firebase Project Configurations in it, as shown in the .example.env file.

Also get your OPENAI API keys from here and paste them on your .env file.

Installing the dependencies

npm i

Running the application

Then, run the application in the command line and it will be available at http://localhost:3000.

npm run dev