Social media web application to help connect cat owners to find playmates for their cat. Users can match, have conversations, and report other users.
Before getting started you'll need the following:
- Visual Studio Code
- MongoDB
- Package manager of your choice
- git
- In your terminal type
git clone https://github.com/Cat-Master-Group/KittyLitty.gitto clone it to your computer. - Then type
cd KittyLittyto access the folder - To install the required modules type
npm i - Run our seed file on by typing in
npm run seed - Type
npm run startin your terminal and you can view KittyLitty onlocalhost:3000/
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 configurationstart-dev- starts the app in its dev configuration using nodemonstart-dev-no-login- starts the app in its dev configuration using nodemon without user authentication
email: rparker@yahoo.com (Recommended Account to test)
password: ilovecats (Recommended Account to test)
email: leetpeet@seekpeet.com
password: hideandseekpeet
email: from@dexterLab.com
password: fancyUnicorn
email: youknowthe@bestnickshow.com
password: cynthiabeautiful
email: walt@sueus.com
password: mousefriend
clean- empties the entire databaseseed- seeds the database with some prepopulated users
Read the Guide To Making Components and stay tuned for updates.