We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When, I am using command npm run api-server it's running on http://localhost:8090/ but it's shown an error. Error shown in image... Please guide me.
The text was updated successfully, but these errors were encountered:
HI, @ZikZakJainy the api server does not serve any html page for the base url '/'.
You need to check out the source code to see what apis have been implemented and what the endpoints are. e.g. app.route('/api/threads').
app.route('/api/threads')
If you want to test the front end application, you should run npm start after api server is up. I suggest reading through the README file first.
npm start
Sorry, something went wrong.
No branches or pull requests
When, I am using command npm run api-server it's running on http://localhost:8090/ but it's shown an error. Error shown in image... Please guide me.
The text was updated successfully, but these errors were encountered: