https://github.com/kestarumper/behemotshopnodejs
Ecommerce Shop
https://github.com/kestarumper/behemotshopnodejs
bcrypt bootstrap dotenv ejs express html5 mysql nodejs shop
Last synced: 2 months ago
JSON representation
Ecommerce Shop
- Host: GitHub
- URL: https://github.com/kestarumper/behemotshopnodejs
- Owner: kestarumper
- Created: 2018-01-10T13:35:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T09:59:08.000Z (about 8 years ago)
- Last Synced: 2024-10-19T15:17:56.106Z (over 1 year ago)
- Topics: bcrypt, bootstrap, dotenv, ejs, express, html5, mysql, nodejs, shop
- Language: HTML
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Behemot Shop
## Dependencies
```
npm 5.5.1
node v8.9.3
```
## Installation
1. Clone repository `git clone https://github.com/kestarumper/BehemotShopNodeJS.git`
2. Install dependencies `npm install`
3. Create file `.env` and provide following information in it:
```
DB_NAME=yout_db_name
DB_HOST=your_db_host
DB_PASS=your_db_password
DB_USER=your_database_username
SESSION_SECRET=your_bcrypt_secret
```
## Run
```
npm start bin/www
```
Now your server should be up and running at `http://localhost:3000`