Skip to content

MarwanYoussef/ACML_Final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fresh Food

Fresh Food Market

Eat fresh, live well!

Installation

$ git clone https://github.com/MarwanYoussef/ACML_Final
$ cd ACML_Final

now install npm packages for server and connect to database

$ cd Server
$ npm install
$ npm start

now in another command line install npm packages for client

$ cd Client
$ npm install
$ ng serve -o

Dependencies

server dependencies

$ npm install bcryptjs
$ npm install body-parser
$ npm install compression
$ npm install cors
$ npm install debug
$ npm install express
$ npm install helmet
$ npm install jsonwebtoken
$ npm install moment
$ npm install mongoose
$ npm install morgan

client dependencies

$ npm install animations
$ npm install common
$ npm install compiler
$ npm install core
$ npm install forms
$ npm install http
$ npm install platform-browser
$ npm install platform-browser-dynamic
$ npm install router
$ npm install auth
$ npm install theme
$ npm install ng-bootstrap
$ npm install angular2-toaster
$ npm install classlist.js
$ npm install core-js
$ npm install intl
$ npm install font-awesome
$ npm install ionicons
$ npm install jwt-decode
$ npm install moment
$ npm install icons
$ npm install ng2-smart-table
$ npm install ng2-tree
$ npm install normalize.css
$ npm install rxjs
$ npm install pace-js
$ npm install roboto-fontface
$ npm install sweetalert2
$ npm install typeface-exo
$ npm install web-animations-js
$ npm install zone.js

Config

make your own config file with it's environment variables

Docker

to run the app using docker

$ docker-compose build
$ docker-compose up

Team

https://github.com/ahmyasser https://github.com/MarwanYoussef https://github.com/heemo70

About

A Simple CRUD application for selling Food done with MEAN Stack with Docker for containerization the application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors