https://github.com/bencoderus/devnaija
Devnaija is an online community that allows users to share ideas.
https://github.com/bencoderus/devnaija
Last synced: 3 months ago
JSON representation
Devnaija is an online community that allows users to share ideas.
- Host: GitHub
- URL: https://github.com/bencoderus/devnaija
- Owner: bencoderus
- Created: 2020-02-20T06:51:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T03:53:11.000Z (about 4 years ago)
- Last Synced: 2025-01-24T08:31:33.750Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 4.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Devnaija community
This project is an online community that comes with tons of features to engage users and facilitate sharing of ideas together.
### Features
- User Authentication.
- Notification System.
- Messaging System.
- Admin Feature.
- Forums.
- Threads and Replies.
- Broadcast Feature. etc.### Tools
- Laravel
- Blade Template Engine.
- Sass (Bootstrap 4).
- JavaScript & JQuery.### Installation Guide
To get the project up and running on your local machine, do the following. I assume you already know how to go about laravel, bower composer and npm, so i'll be brief.- Clone Repository.
- Run composer install, to install dependencies.
- Edit the created .env file at the root of your project, to add database credentials, etc.**Generate app key**
```
php artisan key:generate
```
- create your DB and run the migrations, and database seeders found in the migrations folder, using the commands below**Run all migrations**
```
php artisan migrate
```**Launch project**
```
php artisan serve
```
- visit the site at localhost:8000### Got issues?
Please note this project is still a work in progress and I haven't really had time to update my codes, if you are currently facing any issue you can contact me via [email protected] for help.**Cheer**