KamleshKumar427 commented on issue #849: URL: https://github.com/apache/age/issues/849#issuecomment-1527021566
> > Also, the backend is not connected to the front end for now. To run the backend: > > > > 1. Got to the backend folder. > > 2. Run `go run .`, this will start the backend server. > > 3. and then run `node APIfunctions.js` in another terminal, this will provide you cmd menu to interact with the backend server. > > I've tried running `node APIfunctions.js` in a new terminal but I did not get a command menu, instead, it just returned nothing. Also running `wails dev` brings up the application but nothing happens when I click on the start button. Is this expected? For the backend, you first need to uncomment code for the menu at the end of the file and also uncomment some require() lines at the start of the APIfunctions.js file. For the front end, you need to run Wails dev inside the age-viewer folder, since the front end is implemented there as of now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
