https://github.com/deeptiman/react-myportfolio
My Portfolio is a MERN based Full-Stack web application
https://github.com/deeptiman/react-myportfolio
full-stack fullstack-javascript mern-stack mern-stack-development mongodb mongoose node-module nodejs nodejs-api nodemon portfolio-website reactjs redux redux-saga server-side-react server-side-rendering webpack
Last synced: 26 days ago
JSON representation
My Portfolio is a MERN based Full-Stack web application
- Host: GitHub
- URL: https://github.com/deeptiman/react-myportfolio
- Owner: Deeptiman
- License: mit
- Created: 2020-06-27T13:18:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T17:51:46.000Z (over 3 years ago)
- Last Synced: 2025-04-23T00:43:32.010Z (26 days ago)
- Topics: full-stack, fullstack-javascript, mern-stack, mern-stack-development, mongodb, mongoose, node-module, nodejs, nodejs-api, nodemon, portfolio-website, reactjs, redux, redux-saga, server-side-react, server-side-rendering, webpack
- Language: JavaScript
- Homepage:
- Size: 8.01 MB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Portfolio
My Portfolio is a **MERN** based Full-Stack web application where users can see all the projects that I have completed as a Professional Software Developer. The web application developed using **Node.js** as backend service, **MongoDB** as cloud database and **ReactJS** as a front-end framework and **Webpack** as a module bundler.
### MongoDB Import
git clone https://github.com/Deeptiman/react-myportfolio
cd reactjs-myportfolio/database
mongoimport --uri "mongodb://127.0.0.1:27017/poccoder_portfolio" --collection projects --jsonArray --file projects.json
### Installation
```
cd reactjs-myportfolionpm install
npm run start
```
Then, type "http://localhost:9004" in the browserLicense
This project is licensed under the MIT License