
docker run -d -p 80:80 docker/getting-started docker pull mongo docker run --name mongodb -e MONGO_INITDB_ROOT_USERNAME=root -e MONGO_INITDB_ROOT_PASSWORD=root -d -p 27017:27017 mongo mongosh "mongodb://localhost:27017" --username "root" --password "root" choco install mongodb-shell -y PORT=5000 MONGO_URI=mongodb://root:root@localhost:27017/soccerdb?authSource=admin&authMechanism=SCRAM-SHA-1 다음은..

https://js-note.tistory.com/38 [Node.js] warning package.json: No license field 해결 React와 Node.js를 함께 구동하는 과정에서 error가 발생했다. package.json에 "scripts"에 dev를 만들어서 함께 동작 가능하도록 하려 했었다. (참고로 "scripts"를 "script"라고 하면 error가 발생하니 주의하자.. js-note.tistory.com

https://pimpdevelop.tistory.com/14 [에러해결] Invalid Hook Call Error 음악 관리 프로그램에서 며칠 전부터 Invalid Hook Call(유효하지 않은 Hook을 요청)하고 있다며 에러가 발생해 구동되지 않았다. useEffect(() => { callApi() .then(res => setMusics(res)) // 에러가 발생한 부.. pimpdevelop.tistory.com

https://expressjs.com/en/starter/generator.html Express application generator Express application generator Use the application generator tool, express-generator, to quickly create an application skeleton. You can run the application generator with the npx command (available in Node.js 8.2.0). $ npx express-generator For earlier Nod expressjs.com

https://nextjs.org/docs/getting-started Getting Started | Next.js Get started with Next.js in the official documentation, and learn more about all our features! nextjs.org yarn create next-app 이지만, app 이름까지 동시에 작성하는 다음 명령어를 사용한다. npm i antd styled-components @ant-design/icons @emotion/react @emotion/styled https://nextjs.org/docs/basic-features/eslint Basic Features: ESLint | Next.js Next.js pro..
- Total
- Today
- Yesterday
- AWS
- database
- maven
- Java
- intellij
- jQuery
- terms
- springMVC
- Mongo
- mariadb
- Python
- Django
- nodejs
- tensorflow
- Git
- Algorithm
- JUnit
- COLAB
- docker
- ERD
- Mlearn
- Oracle
- KAFKA
- Eclipse
- SpringBoot
- React
- SQLAlchemy
- vscode
- FLASK
- JPA
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |