npm install- Install dependenciesnpm start- Start the applicationnpm test- Run tests
- Clone the repository:
git clone https://github.com/MrK4mo/Rewardscode.git - Navigate to the project directory.
- Create a
.envfile in the root directory and add the following:DATABASE_URL=<your_database_url>PORT=5000
- Access the application via the browser at
http://localhost:5000 - For API documentation, check
http://localhost:5000/api-docs
This project is free to use without any restrictions.