Skip to content

Aidan98/festiv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Festiv

Mockup

Hi there!

Welcome to our project Festiv. Festiv is a dating app where you can find people based on what kind of music you like. Register an account and log in to start liking (or disliking).

Features

  • Login and Registration
  • The ability to search people based on the music they like
  • Edit profile
  • Add picture to your profile

Aidan

I built my feature according to the following job story:

When I use the dating application for the first time, I want to be able to create an account so I can create my profile.

** Topic ** Password Hashing

Naomi

When I am looking for a match, I want to search on interests, so that I get a list of possible matches.

Topic Mongoose

Install Festiv

Clone the repo

You can install Festiv either by downloading the ZIP, or alternatively if you prefer cloning it in the CLI; you should run the following code:

CLI

git clone https://github.com/wailingnaomi/festiv.git

Install dependencies

By running npm install in the folder the clone is in you will be able to install all our dependencies.

Run Festiv

The server will run on port 8000 byusing npm start.

Set up your .env

Set up your .env file for a MongoDB connection, the file should include the following:

DB_NAME = <NAME OF YOUR DATABASE>
DB_URL = <THE URL OF YOUR MONGO DATABASE>
DB_USERNAME = <YOUR USERNAME>
DB_PASS = <YOUR_PASSWORD>
SESSION_SECRET= <YOUR SECRET>

Sources

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.1%
  • CSS 25.2%
  • EJS 20.7%