Skip to content

mohsen-d/Benvis

Repository files navigation

BENVIS

BENVIS is a simple bloging app built using Expressjs, Mongodb, Bootstrap and handlebars

USAGE

1. Clone the project

git clone https://github.com/mohsen-d/Benvis.git

2. Set environment variables.

On your local machine, you can use the .env file in the root of the project.

3. Install dependencies

npm i

4. Start the project

npm run start-local

5. Go to address http:https://localhost:3000

6. Go to http:https://localhost:3000/auth/login to login and enter the admin panel.

Username is admin without a password

STACK

BENVIS uses:

DATABASE

BENVIS can use json and mongodb (default) to persist the data. To change the default option, set the BENVIS_DB environment variable.

About

Simple Blog Built using Expressjs, mongodb and handlebars

Resources

Stars

Watchers

Forks