Skip to content

bominkinm/portfolio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 87.3%
  • CSS 4.9%
  • HTML 4.3%
  • SCSS 3.1%
  • Dockerfile 0.4%