Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 296 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 296 Bytes

ulog-communities-web

How to use it

Create a .env to store your username, password, and mongodb connection.

BASIC_AUTH_USERNAME=username
BASIC_AUTH_PASSWORD=password
DATABASE=mongodb://<dbuser>:<dbpassword>@<host>:<port>/<db>

Starting the server for development npm run watch