/ms

Primary LanguageJavaScript

Table of contents

General info

This project is full stack search web app, built with the JavaScript's MERN stack (React, NodeJS, ExpressJS, MongoDB).

Setup

To run this project, install it locally using npm or yarn:

Front End:

$ cd client
$ npm install
$ npm start

Back End:

$ cd server
$ npm install
$ npm run dev (development) || npm run start  (production)

Author