Skip to content

DevRockstarr/toro-net

 
 

Repository files navigation

Toro Net

Getting started with VirtualBox

Fork the repo then clone it to your local machine.

git clone https://github.com/<your username>/toro-net.git

Change your directory into the dir on your VirtualBox Ubuntu virtual machine.

cd toro-net

Create .env file. Add a .env file with your PORT, MONGO_URI, GITHUB_ID, GITHUB_SECRET and APP_URL like this:

PORT=3000
MONGO_URI=mongodb://127.0.0.1:27017/toro-net
GITHUB_ID=233245n234566kjh243f
GITHUB_SECRET=k2hj432kjgjkh2g34kj2g4jkh23g4jk2342jhg34
APP_URL=http://127.0.0.1:3000/
NEO4J_PROTOCOL=http
NEO4J_HOST=127.0.0.1
NEO4J_PORT=7474
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=neo4j

Virtual Box Setup Instructions

These instructions assume an Ubuntu environment. To use Vagrant, get started here

Install and run everything

$ ./bin/install.sh &
$ ./bin/init-db.sh &
$ ./bin/run-back-end.sh &
$ ./bin/frun-front-end.sh &

Update neo4j's default password:

http://localhost:7474
Fill in username:password with neo4j:neo4j
Change password to "admin" (or whatever, just make sure to update it in .env file)

WAIT 2 MINUTES FOR NEO4J TO BECOME READY.

Open a new terminal window and navigate to toro-net.

Open http://localhost:3000 in any web browser.

About

social networking bulletin board system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.3%
  • Vue 24.3%
  • Shell 13.4%