Code Monkey home page Code Monkey logo

danial-weblog's Introduction

Danial's weblog

this is a simple weblog that's made wit expressjs and bootstrap for sharing your notes and see other people notes
I used token and set it for auth process

danial-weblog's People

Contributors

ehsangheychisaz avatar

Stargazers

ali shafie avatar

Watchers

 avatar

danial-weblog's Issues

solve mongod erorr

try to fully uninstall mongod

1-sudo systemctl stop mongod
2-sudo apt-get purge mongodb
3-sudo yum remove mongodb
4-sudo rm -r /var/lib/mongodb
5-sudo rm -r /etc/mongod.conf

and then install with these commends

1-sudo su be super user
2-wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | sudo apt-key add - add new key
3-echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/5.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-5.0.list add mongo to storage
4-sudo apt update sudo apt install -y mongodb-org install latest version
5-sudo systemctl start mongod sudo systemctl enable mongod run and add auto start
I hope it helps you
share your experience with me :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.