Elite Match is a Matrimonial application that I built for my final year project. Progress of app is stored on a backend created using Node.js and MongoDB. The backend takes advantage of well-developed RESTful API. While the Frontend of the application is created using vanilla JavaScript, Webpack, Bootstrap, and SCSS..
- ES6
- Nodejs
- Express
- MongoDB
- JWT
- BCrypt
- Bootstrap
- Webpack
- SCSS
- Make sure MongoDB is running on your system
- Clone this repository
- Open command line in the cloned folder,
- To install server dependencies, run
npm run install:server - To install client dependencies, run
npm run install:client - To run the application for development, run
npm run start:both
- To install server dependencies, run
