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.git
to clone it to your computer. - Then type
cd KittyLitty
to 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 start
in 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: [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
clean
- empties the entire databaseseed
- seeds the database with some prepopulated users
Read the Guide To Making Components and stay tuned for updates.