https://github.com/chaadow/cubox
A concurrent/multi-core Node.js app for file handling
https://github.com/chaadow/cubox
expressjs nodejs
Last synced: 2 months ago
JSON representation
A concurrent/multi-core Node.js app for file handling
- Host: GitHub
- URL: https://github.com/chaadow/cubox
- Owner: chaadow
- Created: 2014-06-01T20:26:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T15:25:13.000Z (over 9 years ago)
- Last Synced: 2025-12-19T14:43:08.899Z (6 months ago)
- Topics: expressjs, nodejs
- Language: JavaScript
- Homepage:
- Size: 42.9 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CUBOX Class Final Project
Welcome!
-----------------------
### Recommended Workflow
The recommended workflow is :
* Fork the project,
* Run npm install,
* Generate database,
* Edit core/conf/index.js,
* Send your pull request on development branch.
### Forking the project
* Click on the fork button located on repository's main page

It will add a "copy" of the repository on your own repositories.
* Then clone the branch development on your machine :
`git clone -b development git@github.com:YOUR-USERNAME-HERE/REPOSITORY-NAME.git`
### Run npm install
to install dependencies:
npm install
### Generate Database
run the sql files in the /schema/* directory to generate the schema of your database.
### Edit core/conf/index.js
In the conf.personal javascript object, you set the values of your mysql configuration, and the server port.
### Sending your pull request
Push your modifications on the fork you created, don't forget to push on **development** branch
Then pull request your modifications, there's a button for it on your fork's page (don't forget to be on the right branch, **development**)
Thanks !