Skip to content

Social media web application to help connect cat owners to find playmates for their cat. Users can match, have conversations, and report other users.

Notifications You must be signed in to change notification settings

Cat-Master-Group/KittyLitty

Repository files navigation

KittyLitty

Social media web application to help connect cat owners to find playmates for their cat. Users can match, have conversations, and report other users.

Getting Started

Setup

Before getting started you'll need the following:

  1. In your terminal type git clone https://github.com/Cat-Master-Group/KittyLitty.git to clone it to your computer.
  2. Then type cd KittyLitty to access the folder
  3. To install the required modules type npm i
  4. Run our seed file on by typing in npm run seed
  5. Type npm run start in your terminal and you can view KittyLitty on localhost:3000/

Running The Project

Before running the project, you'll need to startup MongoDB. The project assumes that the database is being run on the same machine on port 27017.

Listed below are the scripts that can be used to start the app using your package manager:

  • start - starts the app in its prod configuration
  • start-dev - starts the app in its dev configuration using nodemon
  • start-dev-no-login - starts the app in its dev configuration using nodemon without user authentication

Dummy data

email: [email protected] (Recommended Account to test) password: ilovecats (Recommended Account to test)

email: [email protected] password: hideandseekpeet

email: [email protected] password: fancyUnicorn

email: [email protected] password: cynthiabeautiful

email: [email protected] password: mousefriend

Other Scripts

  • clean - empties the entire database
  • seed - seeds the database with some prepopulated users

Development Recommendations

Read the Guide To Making Components and stay tuned for updates.

About

Social media web application to help connect cat owners to find playmates for their cat. Users can match, have conversations, and report other users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published