/ennas-portfolio

A Full Stack portfolio web app, built with the JS MERN stack.

Primary LanguageJavaScript

Table of contents

General info

This project is a Full Stack Portfolio web app, built with the JavaScript's MERN stack (React, NodeJS, ExpressJS, MongoDB).

Live Address

https://ennas-de.netlify.app/

Setup

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

Front End:

$ cd client
$ npm install
$ npm start

To run this project, install it locally using npm :

Back End:

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

Author