Scribe Badan is a really usefull colaborative story app.
Currently a work in progress
You will need:
- NodeJS
- MongoDB
- A terminal
Fork and clone the repo.
git clone https://github.com/<YOURGHNAME>/scribe-badan.git && cd scribe-badan
Install dependancies
npm install
Create .env file
SALT=<YOUR SALT STRING>
Run
node server.js
/public
This is the folder for anything that is on the Angular front end.
/routes
The files that contain the functions for the routes defined in server.js
/routes/models
The database schema files as well as table methods.