Skip to content

SjorsWijsman/opus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opus

Opus is a feature for dating apps that allows people to match through creative expression, created for HvA CMD course Project: Tech. Opus allows users to toggle to a version of the dating app where users can upload their own or their favourite artwork instead of selfies, allowing users to find new matches through mutual creative interests.

Live Preview

Live Preview at https://project-tech-opus.herokuapp.com/

Local Setup

With npm installed, open terminal at root folder and run the following commands:

Install Dependencies

npm install

Open Server on Localhost:3000

npm start

For Testing/Development Purposes

npm test

Setup .env file for MongoDB connection including:

DB_USER=<username>
DB_PASS=<password>
DB_NAME=<database>

Opus defaults to a database called 'opus'

Releases

No releases published

Packages

No packages published