Coderistan: A Next.js API Project
First of all, you need to install the dependencies.
npm install
Then, you should start the server in development mode.
npm run dev
Afterwards, you need to build it.
npm run build
Finally, execute the following command.
npm run start
Default Port: 83
If you want to change the config settings, you should change 83 port in package.json file.