Welcome developers. Make sure you followed this steps correctly for setup the backend and run it to your own localhost:
- run
npm install
. - make a copy of the
.env.example
also rename it to.env
. After that, you can edit the configuration fields (edit the port, edit the cors origin, edit the cdn directory position, etc). - After doing all the steps, you can run the server application on dev mode with run
npm run dev
. - ...and now you're done! You can start view the backend on
http://localhost:3000/
.