dyarawilliams / starwars-quote-app

A star wars quote app created using NodeJS, Express, EJS, and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Star Wars Quote App

A star wars quote app created using NodeJS, Express, EJS, and MongoDB
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

An screenshot of the project

(back to top)

Built With

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Get a free MONGODB URI at https://mongodb.com
  2. Clone the repo
    git clone https://github.com/github_username/repo_name.git
  3. Install NPM packages
    npm install
  4. Enter your MongoDB URI in .env file
    DB_STRING = 'ENTER YOUR MONGODB URI HERE';

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

(back to top)

About

A star wars quote app created using NodeJS, Express, EJS, and MongoDB


Languages

Language:JavaScript 68.1%Language:EJS 31.6%Language:Procfile 0.3%