Putting all the FRC code into a Mongo database for fun and profit
JavaScript HTML
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
public
.gitignore
CodeFile.js
LICENSE
Readme.md
db.js
index.js
package.json
process.js

Readme.md

grepfrc

Putting all the FRC code into a Mongo database for fun and profit.

Prerequisites

  • MongoDB

Setup

git clone https://github.com/erikuhlmann/grepfrc
npm install

Then create a .env file with the entries:

db_user=me
db_pass=p@ssw0rd
db_name=grepfrc
db_host=localhost

hostname=localhost
port=3000

Then

# load the data into your database 
node process
# start the server
node index