the eventzi api is the backend in charge of providing the data required by the frontend of the Eventzi platform.
To run the project, you must configure the environment variables and then execute the commands:
- npm i
- npm run dev (start the project in development mode with nodemon)
- npm start (start the project in production mode with node)
http://localhost:{port}/ ---you can configure which port to use in .env file
After that you write the route to which you want to request. e.g.:
If you wish to use API on AWS you must request to:
https://eventziapi.herokuapp.com/ (no need to specify port in here)