/ReadCafe

A web application developed using flutter for books review and recommendation.

Primary LanguageDart

Read Cafe

A web application using Flutter for book reviews.
The server can be found here readCafeServer

Description

This is a flutter project to create the front-end and bring data from databases via server using APIs.

Getting Started

Dependencies

  • flutter version 2.2+

Installing

  • Create a folder to clone the project
  • Clone the project in the folder
  • Open a cmd prompt and install dependencies by running pub get
  • Alternatively you can open the project folder in vs code and save the pubspec.yaml file.

Executing program

  • Run the program by:
    • flutter run
    • You will be prompted to choose an application to open the web app.
  • Alternatively, If you have flutter plugin installed in vs code press the run button on the top right and run without debugging.
  • To build enter flutter build web in cmd.

Help

  • If the project does not work
    • Check flutter version
    • Check dependencies
    • Ensure that there was no error while cloning
    • Run pub get manually
    • Ensure that web version is enabled in flutter Check this

Authors

Shubham Pandit

Aniket Tiwari

Acknowledgments

Inspiration, code snippets, etc.