/portfolio

A simple portfolio based on web framework(React, node.js, mongodb)

Primary LanguageJavaScript

Portfolio

photo1

Getting Started

Docker

docker build -t .
docker run -d p 80:3000 --name tag tag

Run manually

# The easiest way to get started is to clone the repository:
git clone https://github.com/su0766/portfolio.git myPortfolio

# Change directory
cd myPortfolio

# Install NPM dependencies
npm install

# Then simply start your app
npm run dev

you can check website will be up and running on localhost at 3000 port.
http://localhost:3000

Webpage


Prerequisites

  1. Nodejs 
  2. Express setup in nodejs application
  3. Mongodb
  4. Mongoose
  5. robomongo

Project Structure

그림1

Authors

License

This project is licensed under the MIT License

Acknowledgements