Skip to content

Mealy is an application that allows customers to make food orders and helps the food vendor know what the customers want to eat. Its a fullstack project developed using reactjs and flask.

License

Notifications You must be signed in to change notification settings

Reiney4/Meally-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meally-server

Mealy is an application that allows customers to make food orders and helps the food vendor know what the customers want to eat. Its a fullstack project developed using reactjs and flask.

Backend(Flask)

Table of content

  • Files
  • Usage
  • Dependencies
  • installation
  • Author

Files

  1. app.py: This is the main Python file that defines the Flask application and API routes. It also contains error handling for not found resources.

  2. models.py: This file defines the SQLAlchemy models for User, Blogpost, and Userblogpost. These models represent the database tables and their relationships.

  3. seed.py: This script is used to populate the database with sample data. It generates random restaurant usernames, emails, blogpost names, and descriptions using the Faker library and adds them to the respective database tables.

Usage

  • Clone this repository to your local machine.
  • Create a virtual environment and install the required dependencies listed in requirements.txt.
  • Run the Flask application by executing python app.py.
  • Access the API using the specified endpoints and methods.

Installation

  1. Run: pipenv install flask-migrate
  2. In app.py. from flask_migrate import Migrate migrate = Migrate(app, db) db.init_app(app)
  3. Run to create database: export FLASK_APP=app.py export FLASK_RUN_PORT=5555 flask db init flask db migrate -m "Initial migration" flask db upgrade
  4. Update db with tables: flask db revision --autogenerate -m'Created tables '

Author

Group 4

Github

https://github.com/Reiney4/Meally-server

About

Mealy is an application that allows customers to make food orders and helps the food vendor know what the customers want to eat. Its a fullstack project developed using reactjs and flask.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages