Skip to content

resturant-Jo/Food-Space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food-Jo


Deployment links :


GitHub

Heroku/client Heroku/driver

Group Names :


  • Team Leader :Mahmoud Khader
  • Suad Talafha
  • Saleem Diab
  • Dena Kofahi
  • Osama Baker

Installation


Food-Space requires Node.js v14+ to run

cd Space-Food npm i npm start

Configuration


Configure the root of your repository with the following files and directories. Thoughfully name and organize any aditional configuration or module files.

  • README.md - contains documentation

  • .env - contains env variables (should be git ignored)

  • .gitignore - contains a .gitignore file

  • .eslintrc - contains the course linter configuratoin

  • .eslintignore - contains the course linter ignore configuration

  • package.json - contains npm package config

  • create a testscript for running tests
  • create a start script for running your server
  • index.js - the entry point for your application

  • src/ - contains your core application files and folders

  • __test__/ - contains unit tests

Authrization


  • user: ['read']
  • driver: ['read']
  • manager: ['read', 'create','update']
  • admin: ['read', 'create', 'update', 'delete']

Dependencies


img

Auth Routes


img img

ER diagram


img

WireFrame


img

Tests


img

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors