An open API service indexing awesome lists of open source software.

https://github.com/dreesq/bloom

Web application built using React, Serpent, Sigma and serpent-client. Contains boilerplate code for new applications including admin panel
https://github.com/dreesq/bloom

dreesq serpent

Last synced: 7 months ago
JSON representation

Web application built using React, Serpent, Sigma and serpent-client. Contains boilerplate code for new applications including admin panel

Awesome Lists containing this project

README

          

Screenshot 2020-01-19 at 20 25 49

# Introduction

This repository can be used as starting point of any web application. By default it offers base functionality (register, login, reset password) along with admin functionality (user management, authorization, logs, translations).

# Setup

1. `git clone`
2. `npm install -S`
3. Edit `config/default.js` or `config/production.js` to match your needs
4. edit `init.js` file to match your needs. *Note*: Only use in development
5. `node init.js`
6. `npm run dev` or `npm run prod`