Skip to content

stefanisak/avnode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVnode

Join the chat at https://gitter.im/gianlucadelgobbo/avnode

AVnode is a try to have the FLxER website based on MongoDB and NodeJS.

Authors: Gianluca Del Gobbo

Requirements

Setup

  1. Copy the config file config/default.json to config/local.json and configure your settings
  2. Restore the DB using AVnodeDB.zip mongorestore with mongorestore --drop -d avnode <directory-of-dumped-backup>
  3. Request the file repository /warehouse to [email protected] (you don't need it to let the app starts)
  4. Run npm start
  5. Login with your FLxER user or use user: GianlucaDelGobbo password: GianlucaDelGobbo

Contributing

Want to contribute? Great!!!

Commands

  1. Fork it.
  2. Create a branch (git checkout -b my_markup)
  3. Commit your changes (git commit -am "Added Snarkdown")
  4. Push to the branch (git push origin my_markup)
  5. Open a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.8%
  • HTML 23.6%
  • CSS 15.6%