friedavocadoes / Bonk

until you're braindead

Home Page:https://friedavocadoes.github.io/Bonk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bonk!

Follow the steps to open:

  1. clone repo:
git clone https://github.com/friedavocadoes/Bonk/

Tip

or download latest release (on the right)

  1. Open Bonk:
cd Bonk

Note

If you downloaded zip, then extract → open folder → open a terminal window in the directory.
As an alternative to terminal, it is recommended to open the directory in VScode.

  1. Install dependencies:
npm i
  1. Run development server:
npm run dev

Required Dependencies

Since package.json is included, use npm i in root directory to install all node dependencies at once.


Others

Setting up MongoDB

  1. Download MongoDB

Tip

I would recommend following this GFG page for proper installation and setup.


  1. Open MongoDBCompass.

  1. On the splashscreen, you will see New Connection and a URI below it.

    By default MongoDB uses mongodb://localhost:27017 so make sure its that and then click Connect.

Good to go, now Login and SignUp works!

Tip

Try Signing Up and watch the db model finder being updated as you sign up.


Caution

Do not clone testonly branch.

About

until you're braindead

https://friedavocadoes.github.io/Bonk/


Languages

Language:EJS 41.5%Language:CSS 26.6%Language:JavaScript 21.3%Language:HTML 10.6%