Social Honest is a social assistance platform created to bridge between those who need financial assistance and those who want to help and HonestGiver is part of Social Honest, a mini-application that acts as an aid provider. in this application, i use several featured as :
- Bodyparser
- Session
- Authentication
- Web security middleware
- CORS
- Edge template engine
- Lucid ORM
- Migrations and seeds
To getting started you clone the repo
https://github.com/ivandi1980/HonestGiver.git
in order to run this application the 1st step you have to Install dependencies directly by using
npm install
you can copy or import the honestgiver.sql using phpmyadmin or sqlyog or another tools.
before you run this apps, please make sure you already have nodemon installed on your machine. but if you don't have nodemon installed on your machine, please install it
npm install -g nodemon
and after that, to run this application just run :
npm start
- if you can not login, you can open your database, find user table and change is_active from 0 to 1
- if you import honestgiver.sql to the database, use email : admin@admin.com, password admin to login