Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```