- Flutter
- NodeJS
- ExpressJS
- MongoDB
Before proceeding please download and install NodeJS because it is required.
- Download/Clone the Repository
- Navigate into the Repository folder on your disk using Terminal and open Nodejs folder
- Make sure that you have the Node and MongoDB installed
- Run the following command to run the setup,
npm install
- Run server.js using node
node server.js
- Server will be running on port 3000.
- To change the port open server.js locate the following and change:
app.listen(process.env.PORT||3000,()=>{ console.log('server running on port 3000'); });