A new Flutter project.
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, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
1. cd node_server
2. npm install
3. Create a new .env file. (refer to .env.example)
4. Provide mongodb credentials in .env.
5. npm start
Most of the configuration on the client side depends upon a lot of factors, it is better to follow a tutorial as per your requirements. There's a ton on the internet.
1. Install and setup flutter
2. On VS-Code move to main.dart
3. Hit on run and debug and choose your device/emulator.