Skip to content

Matcha is a full-stack MERN application. The end result, a functional responsive dating site. You will be able to like and connect with the people that like back. Allowing you to message and interact with them.

Notifications You must be signed in to change notification settings

PedroNunezCode/Matcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Matcha - MERN Stack Online Dating website with messaging.

Build the project

To build the matcha project you need to run two different development servers and install their dependencies.

$ cd client && npm install
$ cd server && npm install

Once you install all the dependencies you need to separately run the two development servers:

$ cd client && npm run start
$ cd server && nodemon index.js

Before the application fully works you also need to update the dev.js file inside of the server/config directory. You will need to create a MongoAtlas Database, create a AWS S3 Account for image uploads, and finally link your gmail to send out emails to the users that sign up. Once you do all of this you will be able to use the whole application and even host it if you'd like.

Landing Page

landingPage

Matcha Homepage

MatchaPage

About

Matcha is a full-stack MERN application. The end result, a functional responsive dating site. You will be able to like and connect with the people that like back. Allowing you to message and interact with them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published