In this project I have created a REST API with Node.js with dependencies like -npm
http
express
nodemon
bcryptjs
and mongoose
as database since the data or id are random. For my application I have used Flutter and for pre-visualization Flutterflow.
After you clone this project you can:
cd server
(run terminal from server file)
npm install
(install all dependencies)
npm run dev
(continuos development)
flutter pub get
open -a simulator
flutter run
Also:
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.