This is a Nexu project bootstrapped with nexujs-cli.
First, run the development server:
npm run devThe server will run on http://localhost:5000 by default.
You can modify the routes and API endpoints in the routes directory. The server will auto-reload when changes are made.
To keep your project up to date with the latest versions of its dependencies, run the following command:
npm run updateThis will automatically update all dependencies to their latest versions.
If you need to change the default configuration for your NexuJS project, you can do so by modifying the nexu.config file. This file allows you to customize various aspects of the project, such as port settings, middleware, routes, and more.
For more information on configuration options, refer to the NexuJS Documentation.
To learn more about Nexu and backend development, take a look at the following resources:
- Nexu Documentation - Learn about Nexu features and API.