olamilekan000 / shakespared

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shakespared

Allows a user to search for a text string in the complete works of Shakespeare.

Features

  • Search for a Shakespare word.

Getting started

# Clone the project
git clone https://github.com/olamilekan000/shakespared.git
cd shakespared

# Install dependencies
npm install

Set Environment Variables

PORT=9001

Then you can start the application:

npm run dev

Run with Docker

  # build
  docker build .

  # run
  docker run -e PORT=9001 -p 9001:9001 [image ID]

About


Languages

Language:JavaScript 92.3%Language:HTML 6.7%Language:Dockerfile 1.0%