Skip to content

friedavocadoes/Bonk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.