Example project for testing 0db.
- Clone the repository:
cd somewhere
git clone https://github.com/practical-works/0db-example.git
cd express-sample- Install the dependencies:
npm i- Install Nodemon globally:
npm i -g nodemon- Run server for development:
npm run devTo deploy the project in a node environment:
-
Push the repository to a node server using a service like Heroku.
-
Install the dependencies:
npm i- Start server for production:
npm start- Runtime: NodeJS
- Package Manager: NPM
- Editor: Sublime Text
- ⚛️ Core:
- 💽 Database: 0db
- 🔧 Utils:
- Session Storage: Cookie-Session
- YAML display: JSON2YAML
- Console Logging: Morgan
- Hot Reloading: LiveReload / Connect-LiveReload
- 🎨 UI:
- Main: Bulma
- Theme: Bulmaswatch
Licensed under MIT.