Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kodjunkie/bellebank-app
A simple meal subscription prototype application, using the Federal University of Technology, Minna as a case study.
https://github.com/kodjunkie/bellebank-app
bootstrap4 ejs expressjs mongodb mongoose mvc-architecture nodejs
Last synced: 8 days ago
JSON representation
A simple meal subscription prototype application, using the Federal University of Technology, Minna as a case study.
- Host: GitHub
- URL: https://github.com/kodjunkie/bellebank-app
- Owner: kodjunkie
- Created: 2019-05-09T14:05:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:21:17.000Z (about 2 years ago)
- Last Synced: 2024-10-31T22:12:27.416Z (about 2 months ago)
- Topics: bootstrap4, ejs, expressjs, mongodb, mongoose, mvc-architecture, nodejs
- Language: EJS
- Homepage:
- Size: 400 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Belle Bank App
A simple meal subscription prototype application, using the Federal University of Technology, Minna as a case study.
`Belle bank is a web application which enables students of Federal University of technology, Minna to subscribe for food packages when there is availability of money and allows them to order for food until their subscription is exhausted.`
## Installation
```bash
git clone https://github.com/Paplow/bellebank-app.git bellebank
cd bellebank
cp .env.example .env
# Modify .env file accordingly
npm install
# Start your mongodb server
npm start
```