Skip to content

xeniarose/grepfrc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published